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.

Type::GetTypeFromCLSID Method

 

Gets the type associated with the specified class identifier (CLSID).

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetTypeFromCLSID(Guid)

Gets the type associated with the specified class identifier (CLSID).

System_CAPS_pubmethodSystem_CAPS_staticGetTypeFromCLSID(Guid, Boolean)

Gets the type associated with the specified class identifier (CLSID), specifying whether to throw an exception if an error occurs while loading the type.

System_CAPS_pubmethodSystem_CAPS_staticGetTypeFromCLSID(Guid, String^)

Gets the type associated with the specified class identifier (CLSID) from the specified server.

System_CAPS_pubmethodSystem_CAPS_staticGetTypeFromCLSID(Guid, String^, Boolean)

Gets the type associated with the specified class identifier (CLSID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type.

Return to top
Show:
© 2017 Microsoft