次の方法で共有


StopConditions 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class StopConditions
[System.Flags]
public enum StopConditions
type StopConditions = 
Public Enum StopConditions
継承
StopConditions
属性

フィールド

名前 説明
None 0
Initialized 1
Quiescent 2
Blocked 4
OutgoingRqst 16
OutgoingResp 32
Completed 64
InBreakpoint 256
Paused 512

適用対象