FlowControl Enum

Definition

Beskriver hur en instruktion ändrar kontrollflödet.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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
Arv
FlowControl
Attribut

Fält

Name Värde Description
Branch 0

Greninstruktion.

Break 1

Bryt instruktion.

Call 2

Samtalsinstruktion.

Cond_Branch 3

Instruktion för villkorsstyrd gren.

Meta 4

Innehåller information om en efterföljande instruktion. Instruktionen UnalignedReflection.Emit.Opcodes för har FlowControl.Meta till exempel och anger att den efterföljande pekarinstruktionen kan vara ojusterad.

Next 5

Normalt kontrollflöde.

Phi 6

Det här uppräkningsvärdet är reserverat och bör inte användas.

Return 7

Returinstruktion.

Throw 8

Undantagskastningsinstruktioner.

Gäller för