The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FlowControl Enumeration
.NET Framework 3.0
Describes how an instruction alters the flow of control.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration FlowControl 'Usage Dim instance As FlowControl
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum FlowControl
SerializableAttribute ComVisibleAttribute(true) public enum FlowControl
| Member name | Description | |
|---|---|---|
| Branch | Branch instruction. | |
| Break | Break instruction. | |
| Call | Call instruction. | |
| Cond_Branch | Conditional branch instruction. | |
| Meta | Provides information about a subsequent instruction. For example, the Unaligned instruction of Reflection.Emit.Opcodes has FlowControl.Meta and specifies that the subsequent pointer instruction might be unaligned. | |
| Next | Normal flow of control. | |
| Phi | This enumerator value is reserved and should not be used. | |
| Return | Return instruction. | |
| Throw | Exception throw instruction. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
Show: