Type.GetTypeFromCLSID Method
.NET Framework 4.5
Gets the type associated with the specified class identifier (CLSID).
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |