Differences
This shows you the differences between the selected revisions of the page.
2018-01-26 | 2018-08-20 | ||
back to "windows powershell" as winscp cannot be used with "powershell core" (martin) | dotnet interwiki (martin) | ||
Line 43: | Line 43: | ||
==== [[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 ''[[msdn>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> |