Assembly.Load Method (String)
Loads a specified assembly, given the long form of the assembly name.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static Assembly Load (
stringassemblyString
)
Parameters
- assemblyString
The long form of the assembly name.
Return Value
The assembly that was loaded.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.