Differences
This shows you the differences between the selected revisions of the page.
| 2026-02-03 | 2026-06-03 (current) | ||
| unnecessarily specific (martin) | powershell_1.0 anchor (martin) | ||
| 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> | ||