Retrieves the total size of a type.
[Visual Basic] Public ReadOnly Property Size As Integer [C#] public int Size {get;} [C++] public: __property int get_Size(); [JScript] public function get Size() : int;
Read-only. Retrieves this type's total size.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace