Search This Blog

Wednesday, June 8, 2016

How to find strong name of an assembly using powershell

[System.Reflection.AssemblyName]::GetAssemblyName("dllpath").FullName

No comments:

Post a Comment