OpCode.Size 屬性

定義

中繼語言 (IL) 指令的大小。

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

屬性值

唯讀。 IL 指令的大小。

適用於