ILOpCodeExtensions.GetLongBranch(ILOpCode) Método

Definição

Obtém uma forma longa do código op do branch especificado.

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

Parâmetros

opCode
ILOpCode

O código op do branch.

Retornos

A forma longa do código op do branch.

Exceções

O opCode especificado não é um código op do branch.

Aplica-se a