ILOpCodeExtensions.GetBranchOperandSize(ILOpCode) 方法

定义

计算指定的分支指令操作数的大小。

public:
[System::Runtime::CompilerServices::Extension]
 static int GetBranchOperandSize(System::Reflection::Metadata::ILOpCode opCode);
public static int GetBranchOperandSize (this System.Reflection.Metadata.ILOpCode opCode);
static member GetBranchOperandSize : System.Reflection.Metadata.ILOpCode -> int
<Extension()>
Public Function GetBranchOperandSize (opCode As ILOpCode) As Integer

参数

opCode
ILOpCode

分支操作代码。

返回

如果 opCode 分支较短,则为 1;如果分支较长,则为 4。

例外

指定的 opCode 不是分支操作代码。

适用于