ILOpCodeExtensions.GetLongBranch(ILOpCode) Méthode

Définition

Obtient une forme longue du code op-code de branche spécifié.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::Metadata::ILOpCode GetLongBranch(System::Reflection::Metadata::ILOpCode opCode);
public static System.Reflection.Metadata.ILOpCode GetLongBranch(this System.Reflection.Metadata.ILOpCode opCode);
static member GetLongBranch : System.Reflection.Metadata.ILOpCode -> System.Reflection.Metadata.ILOpCode
<Extension()>
Public Function GetLongBranch (opCode As ILOpCode) As ILOpCode

Paramètres

opCode
ILOpCode

Code d’opération de branche.

Retours

Forme longue du code op-code de branche.

Exceptions

Le code d’opération de branche spécifié opCode n’est pas spécifié.

S’applique à