This topic has not yet been rated - Rate this topic

Type.GetTypeFromCLSID Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.