ILOpCodeExtensions.GetLongBranch(ILOpCode) Method

Definition

Gets a long form of the specified branch op-code.

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

Parameters

opCode
ILOpCode

The branch op-code.

Returns

The long form of the branch op-code.

Exceptions

The specified opCode is not a branch op-code.

Applies to