Differences
This shows you the differences between the selected revisions of the page.
2013-09-23 | 2013-12-20 | ||
Avoid using Register-ObjectEvent cmdlet + missing dot (martin) | 5.5 removing beta tags (martin) | ||
Line 43: | Line 43: | ||
[Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | ||
</code> | </code> | ||
- | |||
- | (Use ''winscp.dll'' for the releases before the latest beta version.) &beta | ||
==== [[enums]] Accessing Enumeration Values ==== | ==== [[enums]] Accessing Enumeration Values ==== | ||
Line 83: | Line 81: | ||
There are also [[library_examples|other PowerShell examples]]. | There are also [[library_examples|other PowerShell examples]]. | ||
- | |||
- | &beta (* .dll *) | ||
<code powershell> | <code powershell> | ||
Line 90: | Line 86: | ||
{ | { | ||
# Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
- | # Use "winscp.dll" for the releases before the latest beta version. | ||
[Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | ||