Monday, December 28, 2015

Powershell to Get the Public Key token of dll

Powershell to Get the Public Key token of dll:

([system.reflection.assembly]::loadfile("c:\MyDLL.dll")).FullName

No comments:

Post a Comment