नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets a pointer to an interface that allows the common language runtime (CLR) to manage identities.
This function has been deprecated in the .NET Framework 4.
Syntax
STDAPI GetCLRIdentityManager(
[in] REFIID riid,
[out] IUnknown **ppManager
);
Parameters
riid
[in] A REFIID (an interface identifier) that specifies which interface to get. This value must be either IID_ICLRAssemblyIdentityManager or IID_ICLRHostBindingPolicyManager.
ppManager
[out] A pointer to the address of either an ICLRAssemblyIdentityManager or an ICLRHostBindingPolicyManager object.
Remarks
Call the GetRealProcAddress function to get a pointer to the GetCLRIdentityManager function.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorWks.dll
.NET Framework Versions: Available since 2.0