Mono Class Library: System.Reflection.Assembly Overview | MembersSystem.Reflection.Assembly.GetType Method |
Returns the Type object with the specified name defined in the current assembly. [Edit]
|
A Type object that represents the specified type, or null if the specified Type was not found. [Edit]
Type Reason ArgumentException name is equal to string.Empty or starts with the null character ('\0'). [Edit] ArgumentNullException name is null. [Edit]
Operation
As described above. [Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0