ILOpCodeExtensions.GetLongBranch(ILOpCode) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.