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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|