หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the instance field symbols that correspond to a typespec signature.
Syntax
HRESULT GetInstanceFieldSymbols(
[in] ULONG32 cbSignature,
[in, size_is(cbSignature)] BYTE typeSig[],
[in] ULONG32 cRequestedSymbols,
[out] ULONG32 *pcFetchedSymbols,
[out, size_is(cRequestedSymbols), length_is(*pcFetchedSymbols)] ICorDebugInstanceFieldSymbol *pSymbols[]
);
Parameters
cbSignature
[in] The number of bytes in the typeSig array.
typeSig
[in] A byte array that contains the typespec signature.
cRequestedSymbols
[in] The number of symbols requested.
pcFetchedSymbols
[out] A pointer to the number of symbols retrieved by the method.
pSymbols
[out] A pointer to an ICorDebugStaticFieldSymbol array that contains the requested instance field symbols.
Remarks
Note
This method is available with .NET Native only.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6