Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the Type object that represents the specified type.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetType(String^)

Gets the Type object with the specified name in the assembly instance.

System_CAPS_pubmethodGetType(String^, Boolean)

Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found.

System_CAPS_pubmethodGetType(String^, Boolean, Boolean)

Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found.

Return to top
Show:
© 2017 Microsoft