The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeBuilder.Size Property
.NET Framework 1.1
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;
Property Value
Read-only. Retrieves this types total size.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace