IMetaDataImport::FindTypeDefByName Method
Gets a pointer to the TypeDef metadata token for the Type with the specified name.
Syntax
HRESULT FindTypeDefByName
[in] LPCWSTR szTypeDef,
[in] mdToken tkEnclosingClass,
[out] mdTypeDef *ptd
);
Parameters
szTypeDef
[in] The name of the type for which to get the TypeDef token.
tkEnclosingClass
[in] A TypeDef or TypeRef token representing the enclosing class. If the type to find is not a nested class, set this value to NULL.
ptd
[out] A pointer to the matching TypeDef token.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา