Re: How to tell if a compiled DLL was created with .NET
From: Mattias Sjögren (mattias.dont.want.spam_at_mvps.org)
Date: 05/12/04
- Next message: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Previous message: Scott M.: "Re: MS Outlook?"
- In reply to: Bron Davies: "How to tell if a compiled DLL was created with .NET"
- Next in thread: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Reply: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 00:36:35 +0200
>If a DLL is created with .NET, how can you find out if it is created with .NET
If you mean from C++, see "Interoperability", "Is there any way to
find out if a given DLL is managed or unmanaged without trying to load
it?" at
>and whether it has a strong name, etc.
Mscoree.dll exports a bunch of functions for working with strong
names. See StrongName.h in the .NET Framework SDK include directory.
Mattias
-- Mattias Sjögren [MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
- Next message: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Previous message: Scott M.: "Re: MS Outlook?"
- In reply to: Bron Davies: "How to tell if a compiled DLL was created with .NET"
- Next in thread: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Reply: AlexS: "Re: How to tell if a compiled DLL was created with .NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|