 | MemoryPipeSize Property |
The size of the pipe in bytes.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
property long long Size {
long long get ();
}
member Size : int64 with 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