DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
System Directory Reference

Directories

 
Collections
 
ComponentModel
 
Data
 
Diagnostics
 
IdentityModel
 
IO
 
Net
 
Security
 
Text
 
Threading
 
Utils

Files

 
Action.h
 Encapsulates a delegate method that has parameters and returns void.
 
AggregateException.h
 Represents one or more errors that occur during application execution.
 
ArgumentException.h
 Defines the exception thrown when an invalid argument is provided to a method.
 
ArgumentNullException.h
 Defines the exception thrown when a null reference is passed to a method that does not accept it.
 
ArgumentOutOfRangeException.h
 Defines the exception thrown when an argument value is outside the acceptable range of values.
 
ArithmeticException.h
 The exception that is thrown for errors in an arithmetic, casting, or conversion operation.
 
Array.h
 Provides methods for creating, manipulating, searching, and sorting arrays.
 
BitConverter.h
 Converts base data types to arrays of bytes, and arrays of bytes to base data types.
 
Buffer.h
 Manipulates arrays of primitive types at byte-level boundaries.
 
Char.h
 Represents a Unicode character code point mirroring .NET System.Char.
 
CharUnicodeInfo.h
 Reserved Unicode character category tables and information placeholder.
 
Clonable.h
 Defines the IClonable interface for creating duplicate instances of an object.
 
Comparable.h
 Defines the non-generic IComparable interface for ordering objects.
 
Comparable2.h
 Defines the generic IComparable<T> interface for type-safe ordering.
 
Console.h
 Represents standard input, output, and error streams for console applications.
 
Convert.h
 Converts a base data type to another base data type, and encodes/decodes Base64 data.
 
DateTime.h
 Represents an instant in time, typically expressed as a date and time of day.
 
DateTimeOffset.h
 Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).
 
DaylightTime.h
 Defines the period of daylight saving time.
 
Environment.h
 Provides information about, and means to manipulate, the current environment and platform.
 
EventArgs.h
 Represents the base class for classes that contain event data.
 
EventHandler.h
 Represents the method that will handle an event when the event provides data.
 
Exception.h
 Represents errors that occur during application execution and serves as the ultimate base exception.
 
FormatException.h
 Defines the exception thrown when the format of an argument is invalid or not compliant with specifications.
 
FormatProvider.h
 Defines the IFormatProvider<T> interface for retrieving formatting objects.
 
Func.h
 Encapsulates a method that has parameters and returns a value of the type specified by the TResult parameter.
 
Guid.h
 Represents a globally unique identifier (GUID) mirroring .NET System.Guid.
 
HashHelper.h
 Provides internal hashing algorithms and type specializations for computing 32-bit integer hash codes.
 
InvalidOperationException.h
 Defines the exception thrown when a method call is invalid for the object's current state.
 
IOException.h
 The exception that is thrown when an I/O error occurs.
 
IServiceProvider.h
 Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
 
NotImplementedException.h
 Defines the exception thrown when a requested method or operation is not implemented.
 
NotSupportedException.h
 Defines the exception thrown when an invoked method or stream operation is not supported.
 
NullReferenceException.h
 Defines the exception thrown when there is an attempt to dereference a null object reference.
 
Object.h
 Base object class for DotNetDupe mirroring .NET System.Object.
 
ObjectDisposedException.h
 Defines the exception thrown when an operation is performed on a disposed object.
 
OperatingSystem.h
 Represents information about an operating system, such as the version and platform identifier.
 
OperationCanceledException.h
 Defines the exception thrown in a thread upon cancellation of an operation that the thread was executing.
 
OutOfMemoryException.h
 The exception that is thrown when there is not enough memory to continue the execution of a program.
 
OverflowException.h
 Defines the exception thrown when an arithmetic, casting, or conversion operation results in an overflow.
 
PlatformNotSupportedException.h
 Defines the exception thrown when a feature does not run on a particular platform.
 
Predicate.h
 Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.
 
Random.h
 Represents a pseudo-random number generator.
 
SmartPointer.h
 Provides reference-counted and weak pointer memory management primitives ensuring zero raw ownership.
 
String.h
 High-performance UTF-8 / UTF-16 string manipulation class mirroring .NET System.String.
 
SystemException.h
 Serves as the base class for system exceptions across the library.
 
TimeoutException.h
 Defines the exception thrown when the time allotted for a process or operation has expired.
 
TimeProvider.h
 Provides an abstraction for time, timestamps, and elapsed time calculation.
 
TimeSpan.h
 Represents a time interval.
 
TimeZone.h
 Represents a time zone.
 
TimeZoneInfo.h
 Represents any time zone in the world.
 
UnauthorizedAccessException.h
 The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
 
UnknownException.h
 Represents an unknown or unmapped exception encountered during execution.
 
Uri.h
 Provides an object representation of a Uniform Resource Identifier (URI) and easy access to its parts.
 
UriBuilder.h
 Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri class.
 
UriEnums.h
 Defines enumerations specifying components and formatting for Uniform Resource Identifiers (URIs).
 
UriParser.h
 Parses a new URI scheme.
 
Utils.h
 
Version.h
 Represents the version number of an assembly, operating system, or application component.