This is probably a very basic question, but I cannot seem to find any
Microsoft documentation regarding the answer.
Is there a new version of the CLR for .NET Framework 3.5?
If not, is the 2.0 CLR being modified by the .NET Framework 3.5 install to
include "red bits" / "green bits" to the ...
more >>
Hello,
I am interested in calling managed code from an unmanaged app. I have been
able to do it using a C++ wrapper to call in to a C# dll using
ExecuteInDefaultAppDomain(). That is a pretty restrictive method, though.
Is there a way to use an arbitrary managed code library from unmanage...
more >>
Hi,
I have mdMethodDef and IMetaDataImport. I can use to to figure out
the name and class of the
method using GetMethodProps.
How do I find the source-file and line number that this method is
defined,?
I do have the pdb files.
Thanks,
~jyoti
...
more >>