FlowControl Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes how an instruction alters the flow of control.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Branch | This API supports the product infrastructure and is not intended to be used directly from your code. Branch instruction. | |
| Break | This API supports the product infrastructure and is not intended to be used directly from your code. Break instruction. | |
| Call | This API supports the product infrastructure and is not intended to be used directly from your code. Call instruction. | |
| Cond_Branch | This API supports the product infrastructure and is not intended to be used directly from your code. Conditional branch instruction. | |
| Meta | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Normal flow of control. | |
| Phi | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. This enumerator value is reserved and should not be used. | |
| Return | This API supports the product infrastructure and is not intended to be used directly from your code. Return instruction. | |
| Throw | This API supports the product infrastructure and is not intended to be used directly from your code. Exception throw instruction. |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1