Pages

Monday, April 24, 2017

Check public key token for a dll using powershell

Public key token for a dll can be checked using a simple command in PowerShell.

Open Windows PowerShell window.
Run the command "[system.reflection.assembly]::loadFile("DllPath").FullName

powershell command



No comments:

Post a Comment