TextFileStreamFileHandle Property

Gets a SafeFileHandle object that represents the operating system file handle of the textfile.

Definition

Namespace: DevCase.Core.DataProcessing.TextFiles
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual SafeFileHandle FileHandle { get; }

Property Value

SafeFileHandle
A SafeFileHandle object that represents the operating system file handle of the textfile.

See Also