Loads the Assembly with a COFF based image containing an emitted Assembly. The raw bytes representing the symbols for the Assembly are also loaded.
[Visual Basic] Overloads Public Function Load( _ ByVal rawAssembly() As Byte, _ ByVal rawSymbolStore() As Byte _ ) As Assembly [C#] public Assembly Load( byte[] rawAssembly, byte[] rawSymbolStore ); [C++] public: Assembly* Load( unsigned char* rawAssembly[], unsigned char* rawSymbolStore[] ); [JScript] public function Load( rawAssembly : Byte[], rawSymbolStore : Byte[] ) : Assembly;
The loaded Assembly.
Exception Type | Condition |
---|---|
ArgumentNullException | if assemblyRef is a null reference (in Visual Basic Nothing) |
AppDomain Class | AppDomain Members | System Namespace | AppDomain.Load Overload List