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 d’opération de la branche spécifiée.
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 la branche.
Retours
Forme longue du code d’opération de la branche.
Exceptions
Le opCode spécifié n’est pas un code d’opération de branche.