RuntimeEnvironment.GetRuntimeInterfaceAsIntPtr(Guid, Guid) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
RuntimeEnvironment members SystemConfigurationFile, GetRuntimeInterfaceAsIntPtr, and GetRuntimeInterfaceAsObject are not supported and throw PlatformNotSupportedException.
Belirtilen sınıfta belirtilen arabirimi döndürür.
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
Parametreler
- clsid
- Guid
İstenen sınıfın tanımlayıcısı.
- riid
- Guid
İstenen arabirimin tanımlayıcısı.
Döndürülenler
nativeint
İstenen arabirime yönelik yönetilmeyen bir işaretçi.
- Öznitelikler
Özel durumlar
IUnknown::QueryInterface hatası.
Yalnızca .NET Core ve .NET 5+ : Her durumda.
Açıklamalar
Aşağıdaki tabloda ve riid
için clsid
desteklenen birleşimler gösterilmektedir.
clsid |
riid |
---|---|
CLSID_CorMetaDataDispenser | IID_IMetaDataDispenser, IID_IMetaDataDispenserEx |
CLSID_CorMetaDataDispenserRuntime | IID_IMetaDataDispenser, IID_IMetaDataDispenserEx |
CLSID_CorRuntimeHost | IID_CorRuntimeHost |
CLSID_CLRRuntimeHost | IID_CLRRuntimeHost (.NET Framework 4 tarafından sağlanan ortak dil çalışma zamanı için geçerli değildir), IID_CLRRuntimeHost3 |
CLSID_TypeNameFactory | IID_TypeNameFactory |
CLSID_CLRStrongName | IID_CLRStrongName |
GetRuntimeInterfaceAsIntPtr yöntemine GetRuntimeInterfaceAsObject benzer.