ICorDebugGCReferenceEnum 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 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) |