Loads the assembly with a COFF based image containing an emitted assembly. The assembly is loaded into the domain of the caller.
[Visual Basic] Overloads Public Shared Function Load( _ ByVal rawAssembly() As Byte _ ) As Assembly [C#] public static Assembly Load( byte[] rawAssembly ); [C++] public: static Assembly* Load( unsigned char* rawAssembly[] ); [JScript] public static function Load( rawAssembly : Byte[] ) : Assembly;
The loaded assembly.
The assembly is loaded into the domain of the caller.
Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.Load Overload List