RuntimeEnvironment.GetRuntimeInterfaceAsIntPtr(Guid, Guid) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
RuntimeEnvironment members SystemConfigurationFile, GetRuntimeInterfaceAsIntPtr, and GetRuntimeInterfaceAsObject are not supported and throw PlatformNotSupportedException.
Zwraca określony interfejs w określonej klasie.
public:
static IntPtr GetRuntimeInterfaceAsIntPtr(Guid clsid, Guid riid);
public static IntPtr GetRuntimeInterfaceAsIntPtr (Guid clsid, Guid riid);
[System.Obsolete("RuntimeEnvironment members SystemConfigurationFile, GetRuntimeInterfaceAsIntPtr, and GetRuntimeInterfaceAsObject are not supported and throw PlatformNotSupportedException.", DiagnosticId="SYSLIB0019", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static IntPtr GetRuntimeInterfaceAsIntPtr (Guid clsid, Guid riid);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Security.SecurityCritical]
public static IntPtr GetRuntimeInterfaceAsIntPtr (Guid clsid, Guid riid);
static member GetRuntimeInterfaceAsIntPtr : Guid * Guid -> nativeint
[<System.Obsolete("RuntimeEnvironment members SystemConfigurationFile, GetRuntimeInterfaceAsIntPtr, and GetRuntimeInterfaceAsObject are not supported and throw PlatformNotSupportedException.", DiagnosticId="SYSLIB0019", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member GetRuntimeInterfaceAsIntPtr : Guid * Guid -> nativeint
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Security.SecurityCritical>]
static member GetRuntimeInterfaceAsIntPtr : Guid * Guid -> nativeint
Public Shared Function GetRuntimeInterfaceAsIntPtr (clsid As Guid, riid As Guid) As IntPtr
Parametry
- clsid
- Guid
Identyfikator żądanej klasy.
- riid
- Guid
Identyfikator żądanego interfejsu.
Zwraca
nativeint
Niezarządzany wskaźnik do żądanego interfejsu.
- Atrybuty
Wyjątki
IUnknown::QueryInterface — niepowodzenie.
Tylko platformy .NET Core i .NET 5+: we wszystkich przypadkach.
Uwagi
W poniższej tabeli przedstawiono obsługiwane kombinacje dla clsid
systemów i riid
.
clsid |
riid |
---|---|
CLSID_CorMetaDataDispenser | IID_IMetaDataDispenser, IID_IMetaDataDispenserEx |
CLSID_CorMetaDataDispenserRuntime | IID_IMetaDataDispenser, IID_IMetaDataDispenserEx |
CLSID_CorRuntimeHost | IID_CorRuntimeHost |
CLSID_CLRRuntimeHost | IID_CLRRuntimeHost (nieprawidłowy dla środowiska uruchomieniowego języka wspólnego udostępnianego przez program .NET Framework 4), IID_CLRRuntimeHost3 |
CLSID_TypeNameFactory | IID_TypeNameFactory |
CLSID_CLRStrongName | IID_CLRStrongName |
GetRuntimeInterfaceAsIntPtr metoda jest podobna GetRuntimeInterfaceAsObject do metody .