Share via


ICorDebugHeapEnum Interface

Definition

public interface class ICorDebugHeapEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.Guid("76D7DAB8-D044-11DF-9A15-7E29DFD72085")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugHeapEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.Guid("76D7DAB8-D044-11DF-9A15-7E29DFD72085")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugHeapEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugHeapEnum
Implements ICorDebugEnum
Attributes
Implements

Methods

Clone(ICorDebugEnum)
GetCount(UInt32)
Next(UInt32, COR_HEAPOBJECT[], UInt32)
Reset()
Skip(UInt32)

Applies to