ICorDebugHeapEnum Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |