ILOpCodeExtensions.GetShortBranch(ILOpCode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a short form of the specified branch op-code.
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
Parameters
- opCode
- ILOpCode
The branch op-code.
Returns
The short form of the branch op-code.
Exceptions
The specified opCode
is not a branch op-code.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา