PowerShellUnsafeAssemblyLoad Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides helper functions to facilitate calling managed code from a native PowerShell host.
public static class PowerShellUnsafeAssemblyLoad
	type PowerShellUnsafeAssemblyLoad = class
	Public Class PowerShellUnsafeAssemblyLoad
		- Inheritance
 - 
				PowerShellUnsafeAssemblyLoad
 
Methods
| LoadAssemblyFromNativeMemory(IntPtr, Int32) | 
		 Load an assembly in memory from unmanaged code.  |