OpCode.Size プロパティ

定義

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

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

プロパティ値

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

適用対象