|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "Common.h"#include "System/Object.h"#include "System/IO/IDisposable.h"#include "System/IO/Stream.h"#include "System/Array.h"#include "System/String.h"#include "System/SmartPointer.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::IO::BinaryWriter |
| Writes primitive types in binary to a stream and supports writing strings in a specific encoding. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IO |
Typedefs | |
| using | DotNetDupe::System::IO::BinaryWriterPtr = SmartPointer<BinaryWriter> |