TextFileStreamFileHandle Property
Gets a SafeFileHandle object that represents the operating system file handle of the textfile.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: 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; }
Public Overridable ReadOnly Property FileHandle As SafeFileHandle
Get
Dim instance As TextFileStream
Dim value As SafeFileHandle
value = instance.FileHandle
public:
virtual property SafeFileHandle^ FileHandle {
SafeFileHandle^ get ();
}
abstract FileHandle : SafeFileHandle with get
override FileHandle : SafeFileHandle with get
No code example is currently available or this language may not be supported.
Property Value
SafeFileHandle
A
SafeFileHandle object that represents the operating system file handle of the textfile.