Skip to main content
.NET Framework Class Library
AppDomain..::.Load Method





Loads an Assembly into this application domain.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodLoad(AssemblyName)Loads an Assembly given its AssemblyName.
Public methodLoad(array<Byte>[]()[])Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly.
Public methodLoad(String)Loads an Assembly given its display name.
Public methodLoad(AssemblyName, Evidence)Obsolete. Loads an Assembly given its AssemblyName.
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(String, Evidence)Obsolete. Loads an Assembly given its display name.
Public methodLoad(array<Byte>[]()[], array<Byte>[]()[], Evidence)Obsolete. 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
Microsoft is conducting an online survey to understand your opinion of the MSDN Web site. If you choose to participate, the online survey will be presented to you when you leave the MSDN Web site.

Would you like to participate?