Mono Class Library: System.Reflection.Assembly Overview | Members

System.Reflection.Assembly.Load Method

Loads the specified assembly.

public static Assembly Load (string assemblyString)

Parameters

assemblyString
A string containing the name of the assembly.

Returns

The loaded System.Reflection.Assembly .

Exceptions

TypeReason
ArgumentNullExceptionassemblyString is null.
ArgumentExceptionassemblyString is equal to string.Empty or starts with the null character ('\0').
System.IO.FileNotFoundExceptionThe System.Reflection.Assembly identified by assemblyString was not found.
BadImageFormatExceptionThe System.Reflection.Assembly identified by assemblyString is not a valid assembly.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0