ILOpCodeExtensions.GetShortBranch(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 courte du code d’opération de la branche spécifiée.
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::ILOpCode GetShortBranch(System::Reflection::Metadata::ILOpCode opCode);
public static System.Reflection.Metadata.ILOpCode GetShortBranch(this System.Reflection.Metadata.ILOpCode opCode);
static member GetShortBranch : System.Reflection.Metadata.ILOpCode -> System.Reflection.Metadata.ILOpCode
<Extension()>
Public Function GetShortBranch (opCode As ILOpCode) As ILOpCode
Paramètres
- opCode
- ILOpCode
Code d’opération de la branche.
Retours
Forme courte du code d’opération de la branche.
Exceptions
Le opCode spécifié n’est pas un code d’opération de branche.