GetCLRIdentityManager 函式
取得允許 Common Language Runtime (CLR) 管理識別之介面的指標。
這個函式在 .NET Framework 4 版 中已被取代。
STDAPI GetCLRIdentityManager(
[in] REFIID riid,
[out] IUnknown **ppManager
);
參數
riid
[in] 指定要取得之介面的 REFIID (介面識別項)。 這個值必須是 IID_ICLRAssemblyIdentityManager 或 IID_ICLRHostBindingPolicyManager。ppManager
[out] ICLRAssemblyIdentityManager 或 ICLRHostBindingPolicyManager 物件之位址的指標。
備註
呼叫 GetRealProcAddress 函式,取得 GetCLRIdentityManager 函式的指標。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**MSCorEE.h
**程式庫:**MSCorWks.dll
**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0