ICorDebugGCReferenceEnum Interface

Definition

public interface class ICorDebugGCReferenceEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.Guid("7F3C24D3-7E1D-4245-AC3A-F72F8859C80C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugGCReferenceEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.Guid("7F3C24D3-7E1D-4245-AC3A-F72F8859C80C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugGCReferenceEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugGCReferenceEnum
Implements ICorDebugEnum
Attributes
Implements

Methods

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

Applies to