नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Retrieves a type given its token.
Syntax
int GetTypeFromTypeDef(
uint ulAppDomainID,
Guid guidModule,
int tokClass,
out IDebugField ppType
);
Parameters
ulAppDomainID
[in] Identifier of the application domain.
guidModule
[in] Unique identifier of the module.
tokClass
[in] Token that represents the type.
ppType
[out] Returns an IDebugField object that contains the type.
Return Value
If successful, returns S_OK; otherwise, returns an error code.