Namespaces | |
Compression | |
Classes | |
class | BinaryReader |
class | BinaryWriter |
class | BufferedStream |
class | Directory |
class | DirectoryInfo |
class | File |
class | FileInfo |
class | FileStream |
class | FileSystemInfo |
class | FileSystemInfoStat |
Represents information about a file or directory. More... | |
class | MemoryStream |
class | Path |
class | Stream |
class | StreamReader |
class | StreamWriter |
class | StringReader |
class | StringWriter |
class | TextReader |
class | TextWriter |
class | UnmanagedMemoryStream |
Typedefs | |
typedef SharedPtr< BinaryWriter > | BinaryWriterPtr |
An alias for a shared pointer to this class. More... | |
Functions | |
DECLARE_ENUM_OPERATORS (FileAccess) | |
Declaration of template arithmetic operators for values of FileAccess enum type. More... | |
DECLARE_ENUM_OPERATORS (FileAttributes) | |
Declaration of template arithmetic operators for values of FileAttributes enum type. More... | |
DECLARE_ENUM_OPERATORS (FileOptions) | |
Declaration of template arithmetic operators for values of FileOptions enum type. More... | |
DECLARE_ENUM_OPERATORS (FileShare) | |
Declaration of template arithmetic operators for values of FileShare enum type. More... | |
An alias for a shared pointer to this class.
|
strong |
|
strong |
Represents attributes of a directory or a file.
|
strong |
Specifies how a file should be opened.
|
strong |
Represents advanced options for creating FileStream object.
|
strong |
Specifies what kind of access other FileStream objects can have to a file being opened.
|
strong |
|
strong |
System::IO::DECLARE_ENUM_OPERATORS | ( | FileAccess | ) |
Declaration of template arithmetic operators for values of FileAccess enum type.
System::IO::DECLARE_ENUM_OPERATORS | ( | FileShare | ) |
Declaration of template arithmetic operators for values of FileShare enum type.
System::IO::DECLARE_ENUM_OPERATORS | ( | FileOptions | ) |
Declaration of template arithmetic operators for values of FileOptions enum type.
System::IO::DECLARE_ENUM_OPERATORS | ( | FileAttributes | ) |
Declaration of template arithmetic operators for values of FileAttributes enum type.