Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System Namespace
AppDomain Class
AppDomain Methods
Load Method
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
AppDomain..::.Load Method

Updated: November 2007

Loads an Assembly into this application domain.

  NameDescription
Load(array<Byte>[]()[]) Loads the Assembly with a common object file format (COFF) based image containing an emitted Assembly.
Load(AssemblyName) Loads an Assembly given its AssemblyName.
Load(String) Loads an Assembly given its display name.
Load(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.
Load(AssemblyName, Evidence) Loads an Assembly given its AssemblyName.
Load(String, Evidence) Loads an Assembly given its display name.
Load(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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker