This topic has not yet been rated - Rate this topic

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.

  Name Description
Public method Load(AssemblyName) Loads an Assembly given its AssemblyName.
Public method Load(Byte[]) Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly.
Public method Load(String) Loads an Assembly given its display name.
Public method Load(AssemblyName, Evidence) Obsolete. Loads an Assembly given its AssemblyName.
Public method Load(Byte[], 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 method Load(String, Evidence) Obsolete. Loads an Assembly given its display name.
Public method Load(Byte[], 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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.