Share via


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 (
         stringassemblyString
)

Parameters

  • assemblyString
    The display name of the assembly.

Return Value

The loaded assembly.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

AppDomain Class
AppDomain Members
System Namespace