MethodBodyBlock.Size プロパティ

定義

ヘッダー、IL、および例外領域を含む、メソッド本体のサイズを取得します。

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

プロパティ値

メソッド本体のサイズ。

適用対象