FlowControl Enum

Definitie

Beschrijft hoe een instructie de controlestroom wijzigt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public enum class FlowControl
public enum FlowControl
[System.Serializable]
public enum FlowControl
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FlowControl
type FlowControl = 
[<System.Serializable>]
type FlowControl = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FlowControl = 
Public Enum FlowControl
Overname
FlowControl
Kenmerken

Velden

Name Waarde Description
Branch 0

Vertakkingsinstructie.

Break 1

Instructie breken.

Call 2

Oproepinstructie.

Cond_Branch 3

Instructie voor voorwaardelijke vertakking.

Meta 4

Bevat informatie over een volgende instructie. De Unaligned instructie van Reflection.Emit.Opcodes heeft FlowControl.Meta bijvoorbeeld en geeft aan dat de volgende aanwijzerinstructie mogelijk niet is uitgelijnd.

Next 5

Normale controlestroom.

Phi 6

Deze opsommingswaarde is gereserveerd en mag niet worden gebruikt.

Return 7

Retourinstructie.

Throw 8

Uitzondering werpinstructie.

Van toepassing op