IanM's Blog
Wednesday, 1 January 2014
Loaded Assemblies
Use the following code to get a list PowerShell loaded assemblies.
$m = [System.AppDomain]::CurrentDomain.GetAssemblies(); $m.getName();
See also
GetAssemblies Method
Keywords: powershell assembly assemblies
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment