System.IO.Pipes.AccessControl
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.8.20407.11
Provides types for managing access and audit control lists for pipes.
Commonly Used Types:
System.IO.Pipes.PipeSecurity
System.IO.Pipes.PipeAccessRule
System.IO.Pipes.PipeAuditRule
System.IO.Pipes.PipeAccessRights
When using NuGet 3.x this package requires at least version 3.4.
System.Net.Http
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides modern classes for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
Commonly Used Types:
System.Net.Http.HttpResponseMessage
System.Net.Http.DelegatingHandler
System.Net.Http.HttpRequestException
System.Net.Http.HttpClient
System.Net.Http.MultipartContent
System.Net.Http.Headers.HttpContentHeaders
System.Net.Http.HttpClientHandler
System.Net.Http.StreamContent
System.Net.Http.FormUrlEncodedContent
System.Net.Http.HttpMessageHandler
System.Numerics.Tensors
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.3.20214.6
Tensor class which represents and extends multi-dimensional arrays.
Commonly Used Types:
System.Numerics.Tensors.Tensor<T>
System.Numerics.Tensors.CompressedSparseTensor<T>
System.Numerics.Tensors.DenseTensor<T>
System.Numerics.Tensors.SparseTensor<T>
System.Reflection.Emit.ILGeneration
by: Microsoft
- 4 total downloads
- Latest version: 4.7.0-preview2.19523.17
Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.ILGenerator
System.Reflection.Emit.Label
System.Reflection.Emit.CustomAttributeBuilder
System.Reflection.Emit.LocalBuilder
System.Reflection.Emit.ParameterBuilder
System.Reflection.Emit.SignatureHelper
When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.InteropServices
by: Microsoft
- 1 total downloads
- Latest version: 4.0.20-beta-22816
Provides types that support COM interop and platform invoke services.
Commonly Used Types:
System.Runtime.InteropServices.GCHandle
System.Runtime.InteropServices.GuidAttribute
System.Runtime.InteropServices.COMException
System.DllNotFoundException
System.Runtime.InteropServices.DllImportAttribute
System.Runtime.InteropServices.RuntimeInformation
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides APIs to query about runtime and OS information.
Commonly Used Types:
System.Runtime.InteropServices.RuntimeInformation
System.Runtime.InteropServices.OSPlatform
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Pkcs
by: Microsoft
- 1 total downloads
- Latest version: 4.5.0-preview1-25914-04
Provides support for PKCS and CMS algorithms.
Commonly Used Types:
System.Security.Cryptography.Pkcs.EnvelopedCms
10dc31ea70c14a33f371cea5a757a3d95b218acf
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encoding.CodePages
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.2.21154.6
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
System.Threading.Tasks.Dataflow
by: Microsoft
- 1 total downloads
- Latest version: 4.7.0
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock<TInput>
System.Threading.Tasks.Dataflow.BatchBlock<T>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.BroadcastBlock<T>
System.Threading.Tasks.Dataflow.BufferBlock<T>
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
System.Xml.XmlDocument
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XmlNode
System.Xml.XmlElement
System.Xml.XmlAttribute
System.Xml.XmlDocument
System.Xml.XmlDeclaration
System.Xml.XmlText
System.Xml.XmlComment
System.Xml.XmlNodeList
System.Xml.XmlWhitespace
System.Xml.XmlCDataSection
Xamarin.Essentials
by: Microsoft
- 7 total downloads
- Latest version: 1.8.1
Xamarin.Essentials: a kit of essential API's for your apps
Xamarin.Firebase.iOS.Storage
by: Xamarin Inc.
- 1 total downloads
- Latest version: 2.0.2
C# bindings for Firebase APIs Storage iOS Library
xunit.abstractions
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.0.1
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.core
by: jnewkirk, bradwilson
- 0 total downloads
- Latest version: 2.5.0
Includes the libraries for writing unit tests with xUnit.net.
xunit.extensibility.core
by: jnewkirk, bradwilson
- 4 total downloads
- Latest version: 2.4.2-pre.27
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.extensibility.execution
by: jnewkirk, bradwilson
- 5 total downloads
- Latest version: 2.6.6
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
zlib.net
by: Jean-loup Gailly, Mark Adler, ComponentAce
- 1 total downloads
- Latest version: 1.0.4
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms (zlib format).