ICorDebugProcess5 Interface

Definition

public interface class ICorDebugProcess5
[System.Runtime.InteropServices.Guid("21e9d9c0-fcb8-11df-8cff-0800200c9a66")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugProcess5
[<System.Runtime.InteropServices.Guid("21e9d9c0-fcb8-11df-8cff-0800200c9a66")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugProcess5 = interface
Public Interface ICorDebugProcess5
Attributes

Methods

EnableNGENPolicy(CorDebugNGENPolicyFlags)
EnumerateGCReferences(Int32, ICorDebugGCReferenceEnum)
EnumerateHandles(UInt32, ICorDebugGCReferenceEnum)
EnumerateHeap(ICorDebugHeapEnum)
EnumerateHeapRegions(ICorDebugHeapSegmentEnum)
GetArrayLayout(COR_TYPEID, COR_ARRAY_LAYOUT)
GetGCHeapInformation(COR_HEAPINFO)
GetObject(UInt64, ICorDebugObjectValue)
GetTypeFields(COR_TYPEID, UInt32, COR_FIELD[], UInt32)
GetTypeForTypeID(COR_TYPEID, ICorDebugType)
GetTypeID(UInt64, COR_TYPEID)
GetTypeLayout(COR_TYPEID, COR_TYPE_LAYOUT)

Applies to