K Kevin Spencer Oct 31, 2005 #2 Yes. Do you have Visual Studio.Net? It's the Object Browser. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer A watched clock never boils.
Yes. Do you have Visual Studio.Net? It's the Object Browser. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer A watched clock never boils.
S Scott Allen Oct 31, 2005 #3 If the dll is a manged dll, you can use Reflector: http://www.aisto.com/roeder/dotnet/ If the dll is a native dll, DUMPBIN is a good start: http://msdn.microsoft.com/library/d...en-us/vccore/html/_core_dumpbin_reference.asp
If the dll is a manged dll, you can use Reflector: http://www.aisto.com/roeder/dotnet/ If the dll is a native dll, DUMPBIN is a good start: http://msdn.microsoft.com/library/d...en-us/vccore/html/_core_dumpbin_reference.asp
G Guest Oct 31, 2005 #4 Absolutely! You can use ILDASM.EXE to look at managed assemblies, although at first the information would be overwhelming.
Absolutely! You can use ILDASM.EXE to look at managed assemblies, although at first the information would be overwhelming.