_Assembly::GetType Method (String^, Boolean)
.NET Framework (current version)
Provides COM objects with version-independent access to the GetType method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The full name of the type.
- throwOnError
-
Type:
System::Boolean
true to throw an exception if the type is not found; false to return null.
.NET Framework
Available since 1.1
Available since 1.1
Show: