Compartilhar via


ICorDebugTypeEnum Interface

Definition

public interface class ICorDebugTypeEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
public interface class ICorDebugTypeEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
__interface ICorDebugTypeEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("10F27499-9DF2-43CE-8333-A321D7C99CB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugTypeEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[System.Runtime.InteropServices.Guid("10F27499-9DF2-43CE-8333-A321D7C99CB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugTypeEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("10F27499-9DF2-43CE-8333-A321D7C99CB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugTypeEnum = interface
    interface ICorDebugEnum
[<System.Runtime.InteropServices.Guid("10F27499-9DF2-43CE-8333-A321D7C99CB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugTypeEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugTypeEnum
Implements ICorDebugEnum
Attributes
Implements

Methods

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

Applies to