System.Threading.Overlapped
4.3.0
Prefix Reserved
Requires NuGet 2.12 or higher.
dotnet add package System.Threading.Overlapped --version 4.3.0
NuGet\Install-Package System.Threading.Overlapped -Version 4.3.0
<PackageReference Include="System.Threading.Overlapped" Version="4.3.0" />
paket add System.Threading.Overlapped --version 4.3.0
#r "nuget: System.Threading.Overlapped, 4.3.0"
// Install System.Threading.Overlapped as a Cake Addin #addin nuget:?package=System.Threading.Overlapped&version=4.3.0 // Install System.Threading.Overlapped as a Cake Tool #tool nuget:?package=System.Threading.Overlapped&version=4.3.0
Provides common types for interacting with asynchronous (or overlapped) input and output (I/O).
Commonly Used Types:
System.Threading.NativeOverlapped
System.Threading.Overlapped
System.Threading.IOCompletionCallback
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.3
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on System.Threading.Overlapped:
Package | Downloads |
---|---|
System.IO.FileSystem.Watcher
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult When using NuGet 3.x this package requires at least version 3.4. |
|
System.Net.NetworkInformation
Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation When using NuGet 3.x this package requires at least version 3.4. |
|
System.IO.Pipes
Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream When using NuGet 3.x this package requires at least version 3.4. |
|
runtime.win.System.IO.FileSystem
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4. |
|
runtime.win.System.Net.Sockets
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on System.Threading.Overlapped:
Repository | Stars |
---|---|
AbkarinoMHM/PS4SysconTools
PS4 Syscon Tools is a free solution that allow you to manipulate original PlayStation 4 Syscon chip (Renesas RL78/G13).
|
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 266,072,736 | 11/15/2016 |
4.3.0-preview1-24530-04 | 112,743 | 10/24/2016 |
4.0.1 | 272,193,599 | 6/27/2016 |
4.0.1-rc2-24027 | 13,792,299 | 5/16/2016 |
4.0.1-beta-23516 | 16,830 | 11/18/2015 |
4.0.1-beta-23409 | 2,636 | 10/15/2015 |
4.0.1-beta-23225 | 26,002 | 9/2/2015 |
4.0.0 | 2,740,607 | 7/29/2015 |
4.0.0-beta-23109 | 136,993 | 7/27/2015 |
4.0.0-beta-23019 | 63,420 | 6/30/2015 |
4.0.0-beta-22816 | 32,383 | 4/24/2015 |
4.0.0-beta-22605 | 12,240 | 2/13/2015 |
4.0.0-beta-22416 | 8,886 | 1/16/2015 |
4.0.0-beta-22231 | 18,368 | 11/11/2014 |