Marshal.GetTypeFromCLSID(Guid) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the type associated with the specified class identifier (CLSID).
public:
 static Type ^ GetTypeFromCLSID(Guid clsid);public static Type GetTypeFromCLSID(Guid clsid);[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static Type? GetTypeFromCLSID(Guid clsid);static member GetTypeFromCLSID : Guid -> Type[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member GetTypeFromCLSID : Guid -> TypePublic Shared Function GetTypeFromCLSID (clsid As Guid) As TypeParameters
- clsid
- Guid
The CLSID of the type to return.
Returns
System.__ComObject regardless of whether the CLSID is valid.
- Attributes