Share via


ILOpCodeExtensions.GetLongBranch(ILOpCode) Yöntem

Tanım

Belirtilen dal op-code'un uzun bir biçimini alır.

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

Parametreler

opCode
ILOpCode

Dal op-code.

Döndürülenler

Dal op-code'un uzun biçimi.

Özel durumlar

Belirtilen opCode bir dal op-kodu değil.

Şunlara uygulanır