[C#] Dll의 PublicKeyToken 찾기
https://stackoverflow.com/questions/1710935/how-do-i-find-the-publickeytoken-for-a-particular-dll How do I find the PublicKeyToken for a particular dll? I need to recreate a provider in my web.config file that looks something like this: 0) { foreach (var assembly in assemblies) { Console.WriteLine(" - " + assembly.FullName + ", ProcessorArchitecture=" + assembly.ProcessorArchitecture); } return ..
2022.12.19