Type::GetTypeFromCLSID Method
.NET Framework (current version)
Gets the type associated with the specified class identifier (CLSID).
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetTypeFromCLSID(Guid) | Gets the type associated with the specified class identifier (CLSID). |
![]() ![]() | GetTypeFromCLSID(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. |
![]() ![]() | GetTypeFromCLSID(Guid, String^) | Gets the type associated with the specified class identifier (CLSID) from the specified server. |
![]() ![]() | GetTypeFromCLSID(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. |
Show:

