Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet clr > october 2004 > threads for october 1 - 7, 2004

Filter by week: 1 2 3 4 5

ISymWrapper and missing GetSequencePoints()?
Posted by Sacha Faust at 10/7/2004 6:08:18 PM
I'm able to get the sequence point on ISymbolMethod but the call doesn't seem to be available for anything else like class or other members definition. I did look in Debug.Ref.doc but no luck. Is there another way to get to that information either in managed or unmanaged code? ...more >>


Visual Basic .NET Example Code
Posted by Jim at 10/7/2004 2:29:03 PM
Get example code at http://www.jrbtech.com/ ...more >>

[C#] Question about casting and System.Type.GetType()
Posted by Jim Bancroft at 10/7/2004 9:44:03 AM
Hi everyone, I'm having some trouble with the code below. I receive a compile-time error on the second line saying "; expected": private static void myTestFunction(long myLong) { System.Data.SqlTypes.SqlInt32 myTestInt; myTestInt= (System.Type.GetType("Sy...more >>

TypeSpecs
Posted by Oleg Stepanov at 10/6/2004 9:51:05 AM
Hi! Can anyone explain me purpose of the TypeSpec table (I'm talking about the metadata)? Especially could anyone give examples of when it is used? Thanks, Oleg Stepanov...more >>

programmatically setting file version
Posted by Nadav at 10/6/2004 8:01:02 AM
Hi, I have a collection of files needed their version to be set, This should be done programmatically, I wonder... is there any existing API that enable modification/addition of version to an existing binary? It is possible to parse the '.rsrc' section manually, however, I am trying to a...more >>

Delegate problem
Posted by Viorel Ghilas at 10/5/2004 6:11:15 PM
Hi all, I have a delegate like this public delegate void GetObject(Object source, EventArgs e); how can I take the parammeter types in runtime from this type, using reflection. The problem is that I have this delegate, attribute class that must be applied on the methods with delegate structur...more >>

Getting exported type
Posted by oleg stepanov at 10/4/2004 8:56:12 AM
Hi, I have the following problem. Imagine I have a class in module A.dll which extends class from module B.dll which is part of another assembly (referenced from A.dll). If I get base class token using IMetadataImport, I get a typeref. How can I resolve the typeref to typedef and module and loa...more >>

Managed PE manipulation ( Managed Assembly load procedure )
Posted by Nadav at 10/3/2004 8:47:02 AM
Hi All, - I am working on a tool that manipulate managed assemblies, some of the functionality provided by the tool require manipulating the metadata sections of the managed assembly in a way it could still be loaded by the consuming application ( concerning the manipulated assembly is a DL...more >>



Reflection
Posted by Kaushik Srenevasan at 10/2/2004 10:45:34 PM
Hi, Is there a way to enumerate the strings, GUIDs, BLOBS from their respective heaps using the reflection API supported by the Whidbey release? Thanks, Kaushik ...more >>

IL 'method call' resolution(???)
Posted by Nadav at 10/2/2004 7:13:03 AM
Hi, I have a simple C# project build of a console application (Tester.exe) and a DLL (TesterDll.dll) referenced by it, I am trying to figure out the way a method of TesterDll is identified in Tester.exe, how does Tester.exe know to resolve the token that resemble a method defined in TesterD...more >>


DevelopmentNow Blog