Differences

This shows you the differences between the selected revisions of the page.

library_powershell 2026-02-03 library_powershell 2026-06-03 (current)
Line 45: Line 45:
==== [[loading]] Loading Assembly ==== ==== [[loading]] Loading Assembly ====
-PowerShell script needs to load the assembly before it can use classes the assembly exposes. To load assembly use ''[[ps>microsoft.powershell.utility/add-type|Add-Type]]'' cmdlet.((In PowerShell 1.0, use ''[[dotnet>System.Reflection.Assembly.LoadFrom]]'' method.))+PowerShell script needs to load the assembly before it can use classes the assembly exposes. To load assembly use ''[[ps>microsoft.powershell.utility/add-type|Add-Type]]'' cmdlet.((In ==PowerShell 1.0==, use ''[[dotnet>System.Reflection.Assembly.LoadFrom]]'' method.))
<code powershell> <code powershell>

Last modified: by martin