BreakpointTypes 列舉

定義

表示提供中斷點設定的列舉。

此列舉支援其成員值的位元組合。

public enum class BreakpointTypes
[System.Flags]
public enum BreakpointTypes
[<System.Flags>]
type BreakpointTypes = 
Public Enum BreakpointTypes
繼承
BreakpointTypes
屬性

欄位

Bounded 2

表示已繫結的中斷點,這個中斷點會實作所需的點在程式內中斷之位置和時機。

Conditional 4

表示條件式中斷點,這是用來評估中斷點是否要中斷的運算式。

Enabled 1

表示已啟用中斷點。

None 0

未設定中斷點。

備註

DebuggerService 會使用這個列舉。

適用於