0 out of 1 rated this helpful - Rate this topic

Assembly.Load Method

Loads an assembly.
Name Description
Assembly.Load (AssemblyName) Loads an assembly given its AssemblyName.

Supported by the .NET Compact Framework.

Assembly.Load (Byte[]) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the domain of the caller.
Assembly.Load (String) Loads an assembly given the long form of its name.

Supported by the .NET Compact Framework.

Assembly.Load (AssemblyName, Evidence) Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence.
Assembly.Load (Byte[], Byte[]) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly.
Assembly.Load (String, Evidence) Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence.
Assembly.Load (Byte[], Byte[], Evidence) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ