[This is preliminary documentation and is subject to change.]
Returns a stream usable for file content access. If the file has not opened stream yet it will be opened and cached
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public FileSystemStream FileStream { get; }
public FileSystemStream FileStream { get; }
Public ReadOnly Property FileStream As FileSystemStream
Get
Public ReadOnly Property FileStream As FileSystemStream
Get
public:
property FileSystemStream^ FileStream {
FileSystemStream^ get ();
}
public:
property FileSystemStream^ FileStream {
FileSystemStream^ get ();
}
member FileStream : FileSystemStream with get
member FileStream : FileSystemStream with get
Property Value
Type:
FileSystemStream