How to find public key token for a .NET DLL or assembly
时间:2011-05-10 来源:玄黄道长
【正文内容】
1. Open the Visual Studio 2008/2010Command Prompt and then point to the dll’s folder you want to get the public key.
2. Use the following command,
sn –T DLLFile.dll
【参考网页】
http://blogs.msdn.com/b/wriju/archive/2008/07/01/how-to-find-public-key-token-for-a-net-dll-or-assembly.aspx
相关阅读 更多 +