([system.reflection.assembly]::loadfile("c:\temp\test.dll")).FullName
The output of this PowerShell statement will provide the Version, Culture and PublicKeyToken as shown below.
Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=630d986a50055aa6
No comments:
Post a Comment