![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
AppDomain |
Represents an application domain, which is an isolated environment in which applications run. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
AppDomainUnloadedException |
The exception that is thrown when an attempt is made to access an unloaded application domain. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ApplicationException |
The exception that is thrown when a nonfatal application error occurs. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ArgumentException |
The exception that is thrown when one of the arguments provided to a method is not valid. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ArgumentNullException |
The exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ArgumentOutOfRangeException |
The exception that is thrown when the value of an argument is outside the allowable range of values, as defined by the method that was invoked. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Array |
Contains methods for creating, manipulating, searching, and sorting arrays. The Array class is therefore the base class for all arrays in the common language runtime (CLR). |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Attribute |
Constitutes the base class for custom attributes. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
AttributeUsageAttribute |
Specifies the usage of another attribute class. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
CLSCompliantAttribute |
Indicates whether a particular program element is compliant with the Common Language Specification (CLS). |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ConvertBase64 |
Converts to and from base64-encoded strings. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Delegate |
Represents 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. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Enum |
Constitutes the base class for enumerations. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Environment |
Manages information about the operating environment. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Exception |
The exception that is thrown when errors occur during application execution. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
FlagsAttribute |
Indicates that an enumeration can be treated as a bit field (a set of flags). |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
GC |
Controls the system garbage collector, a service that automatically reclaims unused computer memory. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
IndexOutOfRangeException |
The exception that is thrown when an attempt is made to access an object in an array and the index number of that object is outside the bounds of the array. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
InvalidCastException |
The exception that is thrown whenever invalid casting or explicit conversion occurs. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
InvalidOperationException |
The exception that is thrown when a method call is invalid for a specified object's current state. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
MarshalByRefObject |
Provides access to objects across application domain boundaries in applications that support remoting. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Math |
A small collection of common mathematical functions. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
MTAThreadAttribute |
This class is intended for internal use. Indicates that the COM threading model for a specific application is set to multithreaded apartment (MTA). |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
MulticastDelegate |
Represents a multicast delegate, which is a delegate that can contain multiple elements in its invocation list. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
NonSerializedAttribute |
Indicates that a field of a serializable class should not be serialized. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
NotImplementedException |
The exception that is thrown when a requested method or operation is not implemented. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
NotSupportedException |
The exception that is thrown when a called method is not supported by .NET Micro Framework. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
NullReferenceException |
The exception that is thrown when there is an attempt to dereference a null object reference. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Object |
Supports all classes in the .NET Micro Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Micro Framework; it is the root of the type hierarchy. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ObjectDisposedException |
The exception that is thrown when an operation is performed on a disposed object. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ObsoleteAttribute |
Marks the program elements that are no longer in use. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
OutOfMemoryException |
The exception that is thrown when there is not enough memory available to continue the execution of a program. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ParamArrayAttribute |
Indicates that the specified method will accept a variable number of arguments in its invocation. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Random |
Generates pseudo-random numbers. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
SerializableAttribute |
Indicates that a specified class can be serialized. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
STAThreadAttribute |
Indicates that the COM threading model for a specific application is set to single-threaded apartment (STA). |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
String |
Represents a text string composed of Unicode characters. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
SystemException |
Constitutes the base class for predefined exceptions in the System namespace. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
TimeZone |
Represents a specific time zone. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Type |
Represents type declarations for the following categories of types: class types, interface types, array types, value types, and enumeration types. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Uri |
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
ValueType |
Constitutes the base class for value types. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
Version |
Represents the version number for a common language runtime assembly. This class cannot be inherited. |
![Public Class Public Class](images/hh421415.pubclass(en-us,msdn.10).png) |
WeakReference |
Represents a weak reference, which references an object but still leaves it prone to garbage collection. |