SmartMemoryManagement

SmartMemoryStream.Capacity Property

Returns the capacity of the stream in bytes.

[Visual Basic]
Public Property ReadOnly Capacity As Long
[C#]
public long Capacity { get; }
[C++]
public: __property __int64 get_Capacity();
[JScript]
public function get Capacity() : long

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace