FlowControl Enumeration
.NET Framework 2.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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: