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

System.Reflection.Assembly.Load Method

Loads the specified assembly. [Edit]

public static Assembly Load (string assemblyString)

Parameters

assemblyString
A string containing the name of the assembly. [Edit]

Returns

The loaded System.Reflection.Assembly . [Edit]

Exceptions

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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