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