Marshal.GetTypeFromCLSID(Guid) Metoda

Definice

Vrátí typ přidružený k zadanému identifikátoru třídy (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 -> Type
Public Shared Function GetTypeFromCLSID (clsid As Guid) As Type

Parametry

clsid
Guid

CLSID typu, který se má vrátit.

Návraty

Type

System.__ComObject bez ohledu na to, jestli je CLSID platný.

Atributy

Platí pro