System.IO
4.0.0
See the version list below for details.
Install-Package System.IO -Version 4.0.0
dotnet add package System.IO --version 4.0.0
<PackageReference Include="System.IO" Version="4.0.0" />
paket add System.IO --version 4.0.0
#r "nuget: System.IO, 4.0.0"
// Install System.IO as a Cake Addin
#addin nuget:?package=System.IO&version=4.0.0
// Install System.IO as a Cake Tool
#tool nuget:?package=System.IO&version=4.0.0
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams
Commonly Used Types:
System.IO.Stream
System.IO.IOException
System.IO.EndOfStreamException
System.IO.FileNotFoundException
System.IO.MemoryStream
System.IO.StreamReader
System.IO.StreamWriter
System.IO.StringWriter
System.IO.TextWriter
System.IO.TextReader
| Product | Versions |
|---|---|
| .NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| .NETPlatform | dotnet |
| MonoAndroid | monoandroid10 |
| MonoTouch | monotouch10 |
| Universal Windows Platform | netcore50 uap uap10.0 |
| Windows Phone | wp8 wp81 wpa81 |
| Windows Store | win8 |
| Xamarin.iOS | xamarinios10 |
| Xamarin.Mac | xamarinmac20 |
-
.NETCore 5.0
- System.Runtime (>= 4.0.0)
- System.Text.Encoding (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.0)
-
.NETFramework 4.5
- No dependencies.
-
.NETPlatform 5.0
- System.Runtime (>= 4.0.0)
- System.Text.Encoding (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages (55)
Showing the top 5 NuGet packages that depend on System.IO:
| Package | Downloads |
|---|---|
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4. |
|
|
Microsoft.DotNet.InternalAbstractions
Abstractions for making code that uses file system and environment testable. |
|
|
Microsoft.DotNet.PlatformAbstractions
Abstractions for making code that uses file system and environment testable. |
|
|
FluentFTP
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, UTF-8 support, Async/await support and more. Written entirely in C#, with no external dependencies. |
|
|
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification. |