Windows apps
Collapse the table of content
Expand the table of content
Information
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

Describes how an instruction alters the flow of control.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration FlowControl

Member nameDescription
Supported by Silverlight for Windows PhoneBranchBranch instruction.
Supported by Silverlight for Windows PhoneBreakBreak instruction.
Supported by Silverlight for Windows PhoneCallCall instruction.
Supported by Silverlight for Windows PhoneCond_BranchConditional branch instruction.
Supported by Silverlight for Windows PhoneMetaProvides 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.
Supported by Silverlight for Windows PhoneNextNormal flow of control.
Supported by Silverlight for Windows PhoneReturnReturn instruction.
Supported by Silverlight for Windows PhoneThrowException throw instruction.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft