OpCode.Size プロパティ

定義

中間言語 (IL) 命令のサイズ。

public:
 property int Size { int get(); };
public int Size { get; }
member this.Size : int
Public ReadOnly Property Size As Integer

プロパティ値

読み取り専用。 IL 命令のサイズ。

適用対象