The exception that is thrown when there is an attempt to read or write protected memory.
ActivationContextIdentifies the activation context for the current application. This class cannot be inherited.
ActivatorContains methods to create types of objects locally or remotely, or obtain references to existing remote objects. This class cannot be inherited.
AggregateExceptionRepresents one or more errors that occur during application execution.
AppContextProvides members for setting and retrieving data about an application's context.
AppDomainRepresents an application domain, which is an isolated environment where applications execute. This class cannot be inherited.
AppDomainManagerProvides a managed equivalent of an unmanaged host.
AppDomainSetupRepresents assembly binding information that can be added to an instance of AppDomain.
AppDomainUnloadedExceptionThe exception that is thrown when an attempt is made to access an unloaded application domain.
ApplicationExceptionServes as the base class for application-defined exceptions.
ApplicationIdContains information used to uniquely identify a manifest-based application. This class cannot be inherited.
ApplicationIdentityProvides the ability to uniquely identify a manifest-activated application. This class cannot be inherited.
ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.
ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing
in Visual Basic) is passed to a method that does not accept it as a valid argument.
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
ArithmeticExceptionThe exception that is thrown for errors in an arithmetic, casting, or conversion operation.
ArrayProvides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.
ArrayTypeMismatchExceptionThe exception that is thrown when an attempt is made to store an element of the wrong type within an array.
AssemblyLoadEventArgsProvides data for the AssemblyLoad event.
AttributeRepresents the base class for custom attributes.
AttributeUsageAttributeSpecifies the usage of another attribute class. This class cannot be inherited.
BadImageFormatExceptionThe exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid.
BinaryDataA lightweight abstraction for a payload of bytes that supports converting between string, stream, JSON, and bytes.
BitConverterConverts base data types to an array of bytes, and an array of bytes to base data types.
BufferManipulates arrays of primitive types.
CannotUnloadAppDomainExceptionThe exception that is thrown when an attempt to unload an application domain fails.
CharEnumeratorSupports iterating over a String object and reading its individual characters. This class cannot be inherited.
CLSCompliantAttributeIndicates whether a program element is compliant with the Common Language Specification (CLS). This class cannot be inherited.
ConsoleRepresents the standard input, output, and error streams for console applications. This class cannot be inherited.
ConsoleCancelEventArgsProvides data for the CancelKeyPress event. This class cannot be inherited.
ContextBoundObjectDefines the base class for all context-bound classes.
ContextMarshalExceptionThe exception that is thrown when an attempt to marshal an object across a context boundary fails.
ContextStaticAttributeIndicates that the value of a static field is unique for a particular context.
ConvertConverts a base data type to another base data type.
DataMisalignedExceptionThe exception that is thrown when a unit of data is read from or written to an address that is not a multiple of the data size. This class cannot be inherited.
DBNullRepresents a nonexistent value. This class cannot be inherited.
DelegateRepresents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.
DivideByZeroExceptionThe exception that is thrown when there is an attempt to divide an integral or Decimal value by zero.
DllNotFoundExceptionThe exception that is thrown when a DLL specified in a DLL import cannot be found.
DuplicateWaitObjectExceptionThe exception that is thrown when an object appears more than once in an array of synchronization objects.
EntryPointNotFoundExceptionThe exception that is thrown when an attempt to load a class fails due to the absence of an entry method.
EnumProvides the base class for enumerations.
EnvironmentProvides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.
EventArgsRepresents the base class for classes that contain event data, and provides a value to use for events that do not include event data.
ExceptionRepresents errors that occur during application execution.
ExecutionEngineExceptionThe exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited.
FakeLoggerServiceProviderExtensionsExtensions for configuring fake logging, used in unit tests.
FakeRedactionServiceProviderExtensionsExtensions that allow registering a fake redactor in the application.
FieldAccessExceptionThe exception that is thrown when there is an invalid attempt to access a private or protected field inside a class.
FileStyleUriParserA customizable parser based on the File scheme.
FlagsAttributeIndicates that an enumeration can be treated as a bit field; that is, a set of flags.
FormatExceptionThe exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed.
FormattableStringRepresents a composite format string, along with the arguments to be formatted.
FtpStyleUriParserA customizable parser based on the File Transfer Protocol (FTP) scheme.
GCControls the system garbage collector, a service that automatically reclaims unused memory.
GenericUriParserA customizable parser for a hierarchical URI.
GopherStyleUriParserA customizable parser based on the Gopher scheme.
HttpStyleUriParserA customizable parser based on the HTTP scheme.
IndexOutOfRangeExceptionThe exception that is thrown when an attempt is made to access an element of an array or collection with an index that is outside its bounds.
InsufficientExecutionStackExceptionThe exception that is thrown when there is insufficient execution stack available to allow most methods to execute.
InsufficientMemoryExceptionThe exception that is thrown when a check for sufficient available memory fails. This class cannot be inherited.
InvalidCastExceptionThe exception that is thrown for invalid casting or explicit conversion.
InvalidOperationExceptionThe exception that is thrown when a method call is invalid for the object's current state.
InvalidProgramExceptionThe exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program. This exception is also thrown when internal runtime implementation limits have been exceeded by the program.
InvalidTimeZoneExceptionThe exception that is thrown when time zone information is invalid.
Lazy<T>Provides support for lazy initialization.
Lazy<T,TMetadata>Provides a lazy indirect reference to an object and its associated metadata for use by the Managed Extensibility Framework.
LdapStyleUriParserA customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.
LoaderOptimizationAttributeUsed to set the default loader optimization policy for the main method of an executable application.
LocalDataStoreSlotEncapsulates a memory slot to store local data. This class cannot be inherited.
MarshalByRefObjectEnables access to objects across application domain boundaries in applications that support remoting.
MathProvides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
MathFProvides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
MemberAccessExceptionThe exception that is thrown when an attempt to access a class member fails.
MemoryExtensionsProvides extension methods for the memory-related and span-related types, such as Memory<T>, ReadOnlyMemory<T>, Span<T>, and ReadOnlySpan<T>.
MethodAccessExceptionThe exception that is thrown when there is an invalid attempt to access a method, such as accessing a private method from partially trusted code.
MissingFieldExceptionThe exception that is thrown when there is an attempt to dynamically access a field that does not exist. If a field in a class library has been removed or renamed, recompile any assemblies that reference that library.
MissingMemberExceptionThe exception that is thrown when there is an attempt to dynamically access a class member that does not exist or that is not declared as public. If a member in a class library has been removed or renamed, recompile any assemblies that reference that library.
MissingMethodExceptionThe exception that is thrown when there is an attempt to dynamically access a method that does not exist.
MTAThreadAttributeIndicates that the COM threading model for an application is multithreaded apartment (MTA).
MulticastDelegateRepresents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
MulticastNotSupportedExceptionThe exception that is thrown when there is an attempt to combine two delegates based on the Delegate type instead of the MulticastDelegate type. This class cannot be inherited.
NetPipeStyleUriParserA parser based on the NetPipe scheme for the "Indigo" system.
NetTcpStyleUriParserA parser based on the NetTcp scheme for the "Indigo" system.
NewsStyleUriParserA customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).
NonSerializedAttributeIndicates that a field of a serializable class should not be serialized. This class cannot be inherited.
NotFiniteNumberExceptionThe exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN).
NotImplementedExceptionThe exception that is thrown when a requested method or operation is not implemented.
NotSupportedExceptionThe exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
NullableSupports a value type that can be assigned null
. This class cannot be inherited.
The exception that is thrown when there is an attempt to dereference a null object reference.
ObjectSupports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
ObjectDisposedExceptionThe exception that is thrown when an operation is performed on a disposed object.
ObsoleteAttributeMarks program elements that are no longer in use.
OperatingSystemRepresents information about an operating system, such as the version and platform identifier. This class cannot be inherited.
OperationCanceledExceptionThe exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
OutOfMemoryExceptionThe exception that is thrown when there is not enough memory to continue the execution of a program.
OverflowExceptionThe exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
ParamArrayAttributeIndicates that a method will allow a variable number of arguments in its invocation. This class cannot be inherited.
PlatformNotSupportedExceptionThe exception that is thrown when a feature does not run on a particular platform.
Progress<T>Provides an IProgress<T> that invokes callbacks for each reported progress value.
RandomRepresents a pseudo-random number generator, which is an algorithm that produces a sequence of numbers that meet certain statistical requirements for randomness.
RankExceptionThe exception that is thrown when an array with the wrong number of dimensions is passed to a method.
ResolveEventArgsProvides data for loader resolution events, such as the TypeResolve, ResourceResolve, ReflectionOnlyAssemblyResolve, and AssemblyResolve events.
SerializableAttributeIndicates that a class can be serialized using binary or XML serialization. This class cannot be inherited.
StackOverflowExceptionThe exception that is thrown when the execution stack exceeds the stack size. This class cannot be inherited.
STAThreadAttributeIndicates that the COM threading model for an application is single-threaded apartment (STA).
StringRepresents text as a sequence of UTF-16 code units.
StringComparerRepresents a string comparison operation that uses specific case and culture-based or ordinal comparison rules.
StringNormalizationExtensionsProvides extension methods to work with string normalization.
SystemExceptionServes as the base class for system exceptions namespace.
ThreadStaticAttributeIndicates that the value of a static field is unique for each thread.
TimeoutExceptionThe exception that is thrown when the time allotted for a process or operation has expired.
TimeProviderProvides an abstraction for time.
TimeZoneRepresents a time zone.
TimeZoneInfoRepresents any time zone in the world.
TimeZoneInfo.AdjustmentRuleProvides information about a time zone adjustment, such as the transition to and from daylight saving time.
TimeZoneNotFoundExceptionThe exception that is thrown when a time zone cannot be found.
TupleProvides static methods for creating tuple objects.
Tuple<T1>Represents a 1-tuple, or singleton.
Tuple<T1,T2>Represents a 2-tuple, or pair.
Tuple<T1,T2,T3>Represents a 3-tuple, or triple.
Tuple<T1,T2,T3,T4>Represents a 4-tuple, or quadruple.
Tuple<T1,T2,T3,T4,T5>Represents a 5-tuple, or quintuple.
Tuple<T1,T2,T3,T4,T5,T6>Represents a 6-tuple, or sextuple.
Tuple<T1,T2,T3,T4,T5,T6,T7>Represents a 7-tuple, or septuple.
Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>Represents an n-tuple, where n is 8 or greater.
TupleExtensionsProvides extension methods for tuples to interoperate with language support for tuples in C#.
TypeRepresents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
TypeAccessExceptionThe exception that is thrown when a method attempts to use a type that it does not have access to.
TypeInitializationExceptionThe exception that is thrown as a wrapper around the exception thrown by the class initializer. This class cannot be inherited.
TypeLoadExceptionThe exception that is thrown when type-loading failures occur.
TypeUnloadedExceptionThe exception that is thrown when there is an attempt to access an unloaded class.
UnauthorizedAccessExceptionThe exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
UnhandledExceptionEventArgsProvides data for the event that is raised when there is an exception that is not handled in any application domain.
UriProvides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
UriBuilderProvides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri class.
UriFormatExceptionThe exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected.
UriParserParses a new URI scheme. This is an abstract class.
UriTemplateA class that represents a Uniform Resource Identifier (URI) template.
UriTemplateEquivalenceComparerA class used to compare UriTemplate instances for structural (instead of reference) equivalence.
UriTemplateMatchA class that represents the results of a match operation on a UriTemplate instance.
UriTemplateMatchExceptionRepresents an error when matching a Uri to a UriTemplateTable.
UriTemplateTableA class that represents an associative set of UriTemplate objects.
UriTypeConverterConverts a String type to a Uri type, and vice versa.
ValueTypeProvides the base class for value types.
VersionRepresents the version number of an assembly, operating system, or the common language runtime. This class cannot be inherited.
WeakReferenceRepresents a weak reference, which references an object while still allowing that object to be reclaimed by garbage collection.
WeakReference<T>Represents a typed weak reference, which references an object while still allowing that object to be reclaimed by garbage collection.
WindowsRuntimeSystemExtensionsProvides extension methods for converting between tasks and Windows Runtime asynchronous actions and operations.
ArgIteratorRepresents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.
ArraySegment<T>.EnumeratorProvides an enumerator for the elements of an ArraySegment<T>.
ArraySegment<T>Delimits a section of a one-dimensional array.
BooleanRepresents a Boolean (true
or false
) value.
Represents an 8-bit unsigned integer.
CharRepresents a character as a UTF-16 code unit.
ConsoleKeyInfoDescribes the console key that was pressed, including the character represented by the console key and the state of the SHIFT, ALT, and CTRL modifier keys.
DateOnlyRepresents dates with values ranging from January 1, 0001 Anno Domini (Common Era) through December 31, 9999 A.D. (C.E.) in the Gregorian calendar.
DateTimeRepresents an instant in time, typically expressed as a date and time of day.
DateTimeOffsetRepresents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).
DecimalRepresents a decimal floating-point number.
Delegate.InvocationListEnumerator<TDelegate>Provides an enumerator for the invocation list of a delegate.
DoubleRepresents a double-precision floating-point number.
Environment.ProcessCpuUsageRepresents the CPU usage statistics of a process.
GCGenerationInfoRepresents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo.
GCMemoryInfoProvides a set of APIs that can be used to retrieve garbage collection information.
GuidRepresents a globally unique identifier (GUID).
HalfRepresents a half-precision floating-point number.
HashCodeCombines the hash code for multiple values into a single hash code.
IndexRepresents a type that can be used to index a collection either from the beginning or the end.
Int128Represents a 128-bit signed integer.
Int16Represents a 16-bit signed integer.
Int32Represents a 32-bit signed integer.
Int64Represents a 64-bit signed integer.
IntPtrRepresents a signed integer where the bit-width is the same as a pointer.
Memory<T>Represents a contiguous region of memory.
MemoryExtensions.SpanSplitEnumerator<T>Enables enumerating each split within a ReadOnlySpan<T> that has been divided using one or more separators.
MemoryExtensions.TryWriteInterpolatedStringHandlerProvides a handler used by the language compiler to format interpolated strings into character spans.
ModuleHandleRepresents a runtime handle for a module.
Nullable<T>Represents a value type that can be assigned null
.
Represents a range that has start and end indexes.
ReadOnlyMemory<T>Represents a contiguous region of memory, similar to ReadOnlySpan<T>. Unlike ReadOnlySpan<T>, it is not a byref-like type.
ReadOnlySpan<T>.EnumeratorProvides an enumerator for the elements of a ReadOnlySpan<T>.
ReadOnlySpan<T>Provides a type-safe and memory-safe read-only representation of a contiguous region of arbitrary memory.
RuntimeArgumentHandleReferences a variable-length argument list.
RuntimeFieldHandleRepresents a field using an internal metadata token.
RuntimeMethodHandleRuntimeMethodHandle is a handle to the internal metadata representation of a method.
RuntimeTypeHandleRepresents a type using an internal metadata token.
SByteRepresents an 8-bit signed integer.
SequencePositionRepresents a position in a non-contiguous set of memory. Properties of this type should not be interpreted by anything but the type that created it.
SingleRepresents a single-precision floating-point number.
Span<T>.EnumeratorProvides an enumerator for the elements of a Span<T>.
Span<T>Provides a type-safe and memory-safe representation of a contiguous region of arbitrary memory.
TimeOnlyRepresents a time of day, as would be read from a clock, within the range 00:00:00 to 23:59:59.9999999.
TimeSpanRepresents a time interval.
TimeZoneInfo.TransitionTimeProvides information about a specific time change, such as the change from daylight saving time to standard time or vice versa, in a particular time zone.
TypedReferenceDescribes objects that contain both a managed pointer to a location and a runtime representation of the type that may be stored at that location.
UInt128Represents a 128-bit unsigned integer.
UInt16Represents a 16-bit unsigned integer.
UInt32Represents a 32-bit unsigned integer.
UInt64Represents a 64-bit unsigned integer.
UIntPtrRepresents an unsigned integer where the bit-width is the same as a pointer.
UriCreationOptionsProvides options that control how a Uri is created and behaves.
ValueTupleProvides static methods for creating value tuples.
ValueTuple<T1>Represents a value tuple with a single component.
ValueTuple<T1,T2>Represents a value tuple with 2 components.
ValueTuple<T1,T2,T3>Represents a value tuple with 3 components.
ValueTuple<T1,T2,T3,T4>Represents a value tuple with 4 components.
ValueTuple<T1,T2,T3,T4,T5>Represents a value tuple with 5 components.
ValueTuple<T1,T2,T3,T4,T5,T6>Represents a value tuple with 6 components.
ValueTuple<T1,T2,T3,T4,T5,T6,T7>Represents a value tuple with 7 components.
ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest>Represents an n-value tuple, where n is 8 or greater.
VoidSpecifies a return value type for a method that does not return a value.
_AppDomainExposes the public members of the AppDomain class to unmanaged code.
IAppDomainSetupRepresents assembly binding information that can be added to an instance of AppDomain.
IAsyncDisposableProvides a mechanism for releasing unmanaged resources asynchronously.
IAsyncResultRepresents the status of an asynchronous operation.
ICloneableSupports cloning, which creates a new instance of a class with the same value as an existing instance.
IComparableDefines a generalized type-specific comparison method that a value type or class implements to order or sort its instances.
IComparable<T>Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering or sorting its instances.
IConvertibleDefines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value.
ICustomFormatterDefines a method that supports custom formatting of the value of an object.
IDisposableProvides a mechanism for releasing unmanaged resources.
IEquatable<T>Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
IFormatProviderProvides a mechanism for retrieving an object to control formatting.
IFormattableProvides functionality to format the value of an object into a string representation.
IObservable<T>Defines a provider for push-based notification.
IObserver<T>Provides a mechanism for receiving push-based notifications.
IParsable<TSelf>Defines a mechanism for parsing a string to a value.
IProgress<T>Defines a provider for progress updates.
IServiceProviderDefines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
ISpanFormattableProvides functionality to format the string representation of an object into a span.
ISpanParsable<TSelf>Defines a mechanism for parsing a span of characters to a value.
IUtf8SpanFormattableProvides functionality to format the string representation of an object into a span as UTF-8.
IUtf8SpanParsable<TSelf>Defines a mechanism for parsing a span of UTF-8 characters to a value.
ActivationContext.ContextFormIndicates the context for a manifest-activated application.
AppDomainManagerInitializationOptionsSpecifies the action that a custom application domain manager takes when initializing a new domain.
AttributeTargetsSpecifies the application elements on which it is valid to apply an attribute.
Base64FormattingOptionsSpecifies whether relevant ToBase64CharArray and ToBase64String methods insert line breaks in their output.
ConsoleColorSpecifies constants that define foreground and background colors for the console.
ConsoleKeySpecifies the standard keys on a console.
ConsoleModifiersRepresents the SHIFT, ALT, and CTRL modifier keys on a keyboard.
ConsoleSpecialKeySpecifies combinations of modifier and console keys that can interrupt the current process.
DateTimeKindSpecifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
DayOfWeekSpecifies the day of the week.
Environment.SpecialFolderSpecifies enumerated constants used to retrieve directory paths to system special folders.
Environment.SpecialFolderOptionSpecifies options to use for getting the path to a special folder.
EnvironmentVariableTargetSpecifies the location where an environment variable is stored or retrieved in a set or get operation.
GCCollectionModeSpecifies the behavior for a forced garbage collection.
GCKindSpecifies the kind of a garbage collection.
GCNotificationStatusProvides information about the current registration for notification of the next full garbage collection.
GenericUriParserOptionsSpecifies options for a UriParser.
LoaderOptimizationAn enumeration used with the LoaderOptimizationAttribute class to specify loader optimizations for an executable.
MidpointRoundingSpecifies the strategy that mathematical rounding methods should use to round a number.
PlatformIDIdentifies the operating system, or platform, supported by an assembly.
StringComparisonSpecifies the culture, case, and sort rules to be used by certain overloads of the Compare(String, String) and Equals(Object) methods.
StringSplitOptionsSpecifies options for applicable Split method overloads, such as whether to omit empty substrings from the returned array or trim whitespace from substrings.
TypeCodeSpecifies the type of an object.
UriComponentsSpecifies the parts of a Uri.
UriFormatControls how URI information is escaped.
UriHostNameTypeDefines host name types for the CheckHostName(String) method.
UriIdnScopeProvides the possible values for the configuration setting of the IdnElement in the System.Configuration namespace.
UriKindDefines the different kinds of URIs.
UriPartialDefines the parts of a URI for the GetLeftPart(UriPartial) method.
ActionEncapsulates a method that has no parameters and does not return a value.
Action<T>Encapsulates a method that has a single parameter and does not return a value.
Action<T1,T2>Encapsulates a method that has two parameters and does not return a value.
Action<T1,T2,T3>Encapsulates a method that has three parameters and does not return a value.
Action<T1,T2,T3,T4>Encapsulates a method that has four parameters and does not return a value.
Action<T1,T2,T3,T4,T5>Encapsulates a method that has five parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6>Encapsulates a method that has six parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7>Encapsulates a method that has seven parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8>Encapsulates a method that has eight parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9>Encapsulates a method that has nine parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>Encapsulates a method that has 10 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>Encapsulates a method that has 11 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>Encapsulates a method that has 12 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>Encapsulates a method that has 13 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>Encapsulates a method that has 14 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>Encapsulates a method that has 15 parameters and does not return a value.
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>Encapsulates a method that has 16 parameters and does not return a value.
AppDomainInitializerRepresents the callback method to invoke when the application domain is initialized.
AssemblyLoadEventHandlerRepresents the method that handles the AssemblyLoad event of an AppDomain.
AsyncCallbackReferences a method to be called when a corresponding asynchronous operation completes.
Comparison<T>Represents the method that compares two objects of the same type.
ConsoleCancelEventHandlerRepresents the method that will handle the CancelKeyPress event of a Console.
Converter<TInput,TOutput>Represents a method that converts an object from one type to another type.
CrossAppDomainDelegateUsed by DoCallBack(CrossAppDomainDelegate) for cross-application domain calls.
EventHandlerRepresents the method that will handle an event that has no event data.
EventHandler<TEventArgs>Represents the method that will handle an event when the event provides data.
Func<TResult>Encapsulates a method that has no parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has one parameter and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has two parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has three parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has four parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has five parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has six parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has seven parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has eight parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has nine parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 10 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 11 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 12 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 13 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 14 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 15 parameters and returns a value of the type specified by the TResult
parameter.
Encapsulates a method that has 16 parameters and returns a value of the type specified by the TResult
parameter.
Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.
ResolveEventHandlerRepresents a method that handles the TypeResolve, ResourceResolve, or AssemblyResolve event of an AppDomain.
UnhandledExceptionEventHandlerRepresents the method that will handle the event raised by an exception that is not handled by the application domain.
Other classes provide services supporting data type conversion, method parameter manipulation, mathematics, remote and local program invocation, application environment management, and supervision of managed and unmanaged applications.
To access types in the System namespace from C# code without having to provide fully qualified type names, include the using System;
statement at the beginning of your source code file.
To access types in the System namespace from C++/CLI code without having to provide fully qualified type names, include the using namespace System;
statement at the beginning of your source code file. In addition, you must compile with the /clr switch.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3