Returns the Type object with the specified name defined in the current assembly.
- name
- A string containing the name of the type defined in the current assembly.
A Type object that represents the specified type, or null if the specified Type was not found.
Type Reason ArgumentException name is equal to string.Empty or starts with the null character ('\0'). ArgumentNullException name is null.
Operation
As described above.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0