# Get-AssemblyVersion.ps1 # Sample using PowerShell # Thomas Lee - tfl@psp.co.uk # Define the assembly we want to load - a random reference assembly from SDK 3.0 $Pshfile = " C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\system.speech.dll " # Now load the assembly $Myasm = [System.Reflection.Assembly] :: Loadfile( $Pshfile ) # Get name, version and display the results
Read More...
Read the complete post at http://pshscripts.blogspot.com/2008/11/get-assemblyversionps1.html
Posted
Nov 18 2008, 06:00 AM
by
PowerShell Scripts