System.Diagnostics.Contracts
by: Microsoft
- 76 total downloads
- Latest version: 4.3.0
Provides static classes for representing program contracts such as preconditions, postconditions, and invariants.
Commonly Used Types:
System.Diagnostics.Contracts.Contract
System.Diagnostics.Contracts.ContractClassAttribute
System.Diagnostics.Contracts.ContractClassForAttribute
System.Diagnostics.Contracts.ContractFailureKind
System.Runtime.CompilerServices.ContractHelper
System.Diagnostics.Contracts.ContractInvariantMethodAttribute
System.Diagnostics.Contracts.PureAttribute
System.Diagnostics.Contracts.ContractArgumentValidatorAttribute
System.Diagnostics.Contracts.ContractVerificationAttribute
System.Diagnostics.Contracts.ContractOptionAttribute
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.Debug
by: Microsoft
- 15 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes and attributes that allows basic interaction with a debugger.
Commonly Used Types:
System.Diagnostics.Debug
System.Diagnostics.DebuggerStepThroughAttribute
System.Diagnostics.Debugger
System.Diagnostics.DebuggerDisplayAttribute
System.Diagnostics.DebuggerBrowsableAttribute
System.Diagnostics.DebuggerBrowsableState
System.Diagnostics.DebuggerHiddenAttribute
System.Diagnostics.DebuggerNonUserCodeAttribute
System.Diagnostics.DebuggerTypeProxyAttribute
System.Diagnostics.DiagnosticSource
by: Microsoft
- 679 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog
by: Microsoft
- 329 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.Diagnostics.FileVersionInfo
by: Microsoft
- 12 total downloads
- Latest version: 4.0.0-beta-22816
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk.
Commonly Used Types:
System.Diagnostics.FileVersionInfo
System.Diagnostics.PerformanceCounter
by: Microsoft
- 386 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.
Commonly Used Types:
System.Diagnostics.PerformanceCounter
System.Diagnostics.Process
by: Microsoft
- 10 total downloads
- Latest version: 4.0.0-beta-22605
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.Process
System.Diagnostics.ProcessModule
System.Diagnostics.ProcessStartInfo
System.Diagnostics.ProcessThread
System.Diagnostics.StackTrace
by: Microsoft
- 12 total downloads
- Latest version: 4.3.0
Provides the System.Diagnostics.StackTrace class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.StackFrame
System.Diagnostics.StackTrace
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.TextWriterTraceListener
by: Microsoft
- 74 total downloads
- Latest version: 4.3.0
Provides trace listeners for directing tracing output to a text writer, such as System.IO.StreamWriter, or a stream, such as a System.IO.FileStream.
Commonly Used Types:
System.Diagnostics.TextWriterTraceListener
System.Diagnostics.DelimitedListTraceListener
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.TraceSource
by: Microsoft
- 25 total downloads
- Latest version: 4.0.0-beta-22816
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package.
Commonly Used Types:
System.Diagnostics.TraceListener
System.Diagnostics.TraceLevel
System.Diagnostics.TraceSource
System.Diagnostics.TraceEventType
System.Diagnostics.DefaultTraceListener
System.Diagnostics.Trace
System.Diagnostics.Tracing
by: Microsoft
- 19 total downloads
- Latest version: 4.0.20-beta-22816
Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW).
Commonly Used Types:
System.Diagnostics.Tracing.EventSource
System.Diagnostics.Tracing.EventListener
System.Diagnostics.Tracing.EventLevel
System.Diagnostics.Tracing.EventKeywords
System.Diagnostics.Tracing.EventWrittenEventArgs
System.Diagnostics.Tracing.EventAttribute
System.Diagnostics.Tracing.EventSourceAttribute
System.Diagnostics.Tracing.NonEventAttribute
System.DirectoryServices
by: Microsoft
- 153 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Provides easy access to Active Directory Domain Services.
Commonly Used Types:
System.DirectoryServices.DirectoryEntry
System.DirectoryServices.DirectorySearcher
System.DirectoryServices.ActiveDirectory.ActiveDirectorySite
System.DirectoryServices.ActiveDirectory.ApplicationPartition
System.DirectoryServices.ActiveDirectory.DirectoryContext
System.DirectoryServices.ActiveDirectory.DirectoryServer
System.DirectoryServices.ActiveDirectory.Domain
System.DirectoryServices.ActiveDirectory.DomainController
System.DirectoryServices.AccountManagement
by: Microsoft
- 351 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).
System.DirectoryServices.Protocols
by: Microsoft
- 412 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.
System.Drawing.Common
by: Microsoft
- 610 total downloads
- Latest version: 9.0.0-rc.2.24474.1
Provides access to GDI+ graphics functionality.
Commonly Used Types:
System.Drawing.Bitmap
System.Drawing.BitmapData
System.Drawing.Brush
System.Drawing.Font
System.Drawing.Graphics
System.Drawing.Icon
Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Drawing.Primitives
by: Microsoft
- 4 total downloads
- Latest version: 4.3.0
Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core.
Commonly Used Types:
System.Drawing.Point
System.Drawing.PointF
System.Drawing.Size
System.Drawing.SizeF
System.Drawing.Rectangle
System.Drawing.RectangleF
When using NuGet 3.x this package requires at least version 3.4.
System.Dynamic.Runtime
by: Microsoft
- 62 total downloads
- Latest version: 4.3.0
Provides classes and interfaces that support the Dynamic Language Runtime (DLR).
Commonly Used Types:
System.Runtime.CompilerServices.CallSite
System.Runtime.CompilerServices.CallSite<T>
System.Dynamic.IDynamicMetaObjectProvider
System.Dynamic.DynamicMetaObject
System.Dynamic.SetMemberBinder
System.Dynamic.GetMemberBinder
System.Dynamic.ExpandoObject
System.Dynamic.DynamicObject
System.Runtime.CompilerServices.CallSiteBinder
System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
System.Formats.Asn1
by: Microsoft
- 317 total downloads
- Latest version: 9.0.0-rc.2.24473.5
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf
by: Microsoft
- 9 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
Commonly Used Types:
System.Formats.Nrbf.NrbfDecoder
System.Globalization
by: Microsoft
- 20 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings.
Commonly Used Types:
System.Globalization.DateTimeFormatInfo
System.Globalization.CultureInfo
System.Globalization.NumberFormatInfo
System.Globalization.CalendarWeekRule
System.Globalization.TextInfo
System.Globalization.Calendar
System.Globalization.CompareInfo
System.Globalization.CompareOptions
System.Globalization.UnicodeCategory