AppDomain.Load Method
Loads an assembly into the specified application domain, using the assembly's display name.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public Assembly Load (
string assemblyString
)
Parameters
- assemblyString
The display name of the assembly.
Return Value
The loaded assembly.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.