Changes

Jump to: navigation, search

An Overview of Windows PowerShell 1.0 and .NET

9 bytes removed, 19:35, 9 December 2008
Loading .NET Assemblies into Windows PowerShell
== Loading .NET Assemblies into Windows PowerShell ==
If .NET functionality is required from an assembly which is not loaded by default when Windows PowerShell is invoked, it must first be loaded manually before it can be used. This is achieved using the ''LoadWithPartialName'' static method of the ''[System.Reflection.Assembly]'' class. For example, to load the WinForms assembly to create GUI based applications:
<pre>

Navigation menu