Click or drag to resize

RecordInputIsMemoryBased Property

Gets a value indicating whether this input is read from memory.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public abstract bool IsMemoryBased { get; }

Property Value

Type: Boolean
if this input is read from memory; if it is read from a file.
See Also