ICorDebugErrorInfoEnum Interface

Definition

public interface class ICorDebugErrorInfoEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
public interface class ICorDebugErrorInfoEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
__interface ICorDebugErrorInfoEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("F0E18809-72B5-11D2-976F-00A0C9B4D50C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugErrorInfoEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[System.Runtime.InteropServices.Guid("F0E18809-72B5-11D2-976F-00A0C9B4D50C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugErrorInfoEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("F0E18809-72B5-11D2-976F-00A0C9B4D50C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugErrorInfoEnum = interface
    interface ICorDebugEnum
[<System.Runtime.InteropServices.Guid("F0E18809-72B5-11D2-976F-00A0C9B4D50C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugErrorInfoEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugErrorInfoEnum
Implements ICorDebugEnum
Attributes
Implements

Methods

Clone(ICorDebugEnum)
GetCount(UInt32)
Next(UInt32, IntPtr, UInt32)
Reset()
Skip(UInt32)

Applies to