ILOpCodeExtensions.GetBranchOperandSize(ILOpCode) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算指定的分支指令操作数的大小。
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
不是分支操作代码。