IMetaDataTables2::GetMetaDataStreamInfo Method
Gets the name, size, and contents of the metadata stream at the specified index.
Syntax
HRESULT GetMetaDataStreamInfo (
[in] ULONG ix,
[out] const char **ppchName,
[out] const void **ppv,
[out] ULONG *pcb
);
Parameters
ix
[in] The index of the requested metadata stream.
ppchName
[out] A pointer to the name of the stream.
ppv
[out] A pointer to the metadata stream.
pcb
[out] The size, in bytes, of ppv
.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา