Partager via


Assembly.Load Method (Byte[])

Loads a specified "raw" assembly with a Common Object File Format (COFF)-based image containing an emitted assembly.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

[MethodImplAttribute(MethodImplOptions.InternalCall)]
public static Assembly Load (
         byte[] rawAssembly
)

Parameters

  • rawAssembly
    A byte array that is a COFF-based image containing an emitted assembly.

Return Value

The assembly that was loaded.

Remarks

When you use this method, the specified assembly is loaded into the domain of the caller.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Assembly Class
Assembly Members
System.Reflection Namespace