ICorDebugProcess5.GetTypeFields Method

Definition

public:
 int GetTypeFields(Microsoft::VisualStudio::CorDebugInterop::COR_TYPEID id, System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_FIELD> ^ fields, [Runtime::InteropServices::Out] System::UInt32 % fetched);
public int GetTypeFields (Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID id, uint celt, Microsoft.VisualStudio.CorDebugInterop.COR_FIELD[] fields, out uint fetched);
abstract member GetTypeFields : Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID * uint32 * Microsoft.VisualStudio.CorDebugInterop.COR_FIELD[] * uint32 -> int
Public Function GetTypeFields (id As COR_TYPEID, celt As UInteger, fields As COR_FIELD(), ByRef fetched As UInteger) As Integer

Parameters

celt
UInt32
fields
COR_FIELD[]
fetched
UInt32

Returns

Applies to