Loads the specified assembly.
- assemblyString
- A string containing the name of the assembly.
The loaded System.Reflection.Assembly .
Type Reason ArgumentNullException assemblyString is null. ArgumentException assemblyString is equal to string.Empty or starts with the null character ('\0'). System.IO.FileNotFoundException The System.Reflection.Assembly identified by assemblyString was not found. BadImageFormatException The System.Reflection.Assembly identified by assemblyString is not a valid assembly.
Documentation for this section has not yet been entered.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0