.NET Framework Class Library
AppDomain..::.Load Method

Loads an Assembly into this application domain.

Overload List

  NameDescription
Public methodLoad(array<Byte>[]()[])Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly.
Public methodLoad(AssemblyName)Loads an Assembly given its AssemblyName.
Public methodLoad(String)Loads an Assembly given its display name.
Public methodLoad(array<Byte>[]()[], array<Byte>[]()[])Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly. The raw bytes representing the symbols for the Assembly are also loaded.
Public methodLoad(AssemblyName, Evidence)Loads an Assembly given its AssemblyName.
Public methodLoad(String, Evidence)Loads an Assembly given its display name.
Public methodLoad(array<Byte>[]()[], array<Byte>[]()[], Evidence)Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly. The raw bytes representing the symbols for the Assembly are also loaded.
Top
See Also

Reference

Tags :


Page view tracker