ICorDebugThreadEnum 接口

定义

public interface class ICorDebugThreadEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
public interface class ICorDebugThreadEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
__interface ICorDebugThreadEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("CC7BCB06-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugThreadEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[System.Runtime.InteropServices.Guid("CC7BCB06-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugThreadEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("CC7BCB06-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugThreadEnum = interface
    interface ICorDebugEnum
[<System.Runtime.InteropServices.Guid("CC7BCB06-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugThreadEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugThreadEnum
Implements ICorDebugEnum
属性
实现

方法

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

适用于