ControlFlowConditionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents kind of conditional branch from a BasicBlock.
public enum class ControlFlowConditionKind
public enum ControlFlowConditionKind
type ControlFlowConditionKind =
Public Enum ControlFlowConditionKind
- Inheritance
-
ControlFlowConditionKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates no conditional branch from a BasicBlock. Associated ConditionalSuccessor is null. |
WhenFalse | 1 | Indicates a conditional branch from a BasicBlock,
with a non-null BranchValue and ConditionalSuccessor.
If BranchValue evaluates to |
WhenTrue | 2 | Indicates a conditional branch from a BasicBlock,
with a non-null BranchValue and ConditionalSuccessor.
If BranchValue evaluates to |
Applies to
.NET