The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
_Assembly::GetType Method (String^, Boolean, 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.
- ignoreCase
-
Type:
System::Boolean
true to ignore the case of the type name; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: