Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System Namespace
AppDomain Class
AppDomain Methods
Load Method

  Switch on low bandwidth view
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

Loads an Assembly into this application domain.

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker