Type.GetTypeFromCLSID Method
.NET Framework 2.0
Gets the type associated with the specified class identifier (CLSID).
| Name | Description |
|---|---|
| Type.GetTypeFromCLSID (Guid) | Gets the type associated with the specified class identifier (CLSID). Supported by the .NET Compact Framework. |
| Type.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. Supported by the .NET Compact Framework. |
| Type.GetTypeFromCLSID (Guid, String) | Gets the type associated with the specified class identifier (CLSID) from the specified server. |
| Type.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. |
Community Additions
ADD
Show: