Click or drag to resize
MemoryPipeSize Property
The size of the pipe in bytes.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public long Size { get; }

Property Value

Type: Int64
Remarks
This is the total number of bytes that have been written to the pipe but haven't yet been read from it.
See Also