property size

(r/w) int64 size;

Typ

Zugriff

This property contains the absolute size of the attached stream. Setting this property will extend or truncate the stream to match the new size.
var memStreamObj = shell.serviceManager.basics.memoryStream;
var size = memStreamObj.size;