| Name | Description | Type | Package | Framework |
| Action | Represents the method that performs an action on the specified object. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ArgumentException | The exception that is thrown when one of the arguments provided to a method is notSee Also:Serialized Form | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ArgumentNullException | The exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| AsyncCompletedEventArgs | Provides data for asynchronous method completion event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| BaseCollection | Provides the base class for a generic collection. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| CancelEventArgs | Provides data for a cancelable event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| 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. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| DimensionF | Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle, with float precision. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| DoWorkEventArgs | Provides data for the DoWork event handler. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| DoWorkEventHandler | Represents the method that will handle the DoWork event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| Enumeration | A marker interface for types implementing an enumeration based on an integer value. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| EventArgs | EventArgs is the base class for classes containing event data. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| EventHandler | Represents the method that will handle an event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| EventResetMode | Indicates whether an EventWaitHandle is reset automatically or manually after receiving a signal. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| EventWaitHandle | Represents a thread synchronization event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| FileAccess | Defines constants for read, write, or read/write access to a file. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| FileMode | Specifies how the operating system should open a file. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| FileStream | Exposes an InputStream around a file. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| FontStyle | Specifies style information applied to text. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ICloneable | Supports cloning, which creates a new instance of a class with the same value as an existing instance. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| IDisposable | Defines a method to release allocated resources. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| IEqualityComparer | Defines methods to support the comparison of objects for equality. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| IEquatable | Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ImmutableValueType | | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ISeekableStream | ISeekableStream provides methods to get and set the position in a stream. | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| KeyNotFoundException | The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ManualResetEvent | | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| MouseButtons | Specifies constants that define which mouse button was pressed. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| PointF | Stores an ordered pair of floating-point x- and y-coordinates, defining a point in a two-dimensional plane, with float precision. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| Predicate | Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ProgressChangedEventArgs | Provides data for the ProgressChanged event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ProgressChangedEventHandler | Represents the method that will handle the ProgressChanged event of the BackgroundWorker class. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeClassNotFoundException | RuntimeException wrapper around ClassNotFoundException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeEOFException | RuntimeException wrapper around EOFException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeFileNotFoundException | RuntimeException wrapper around FileNotFoundException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeIllegalAccessException | RuntimeException wrapper around IllegalAccessException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeInstantiationException | RuntimeException wrapper around InstantiationException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeInterruptedException | RuntimeException wrapper around InterruptedException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeInvocationTargetException | RuntimeException wrapper around InvocationTargetException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeIOException | RuntimeException wrapper around IOException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeJAXBException | RuntimeException wrapper around JAXBException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeMalformedURLException | RuntimeException wrapper around MalformedURLException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeNoSuchFieldException | RuntimeException wrapper around NoSuchFieldException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeNoSuchMethodException | RuntimeException wrapper around NoSuchMethodException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeParseException | RuntimeException wrapper around ParseException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeURISyntaxException | RuntimeException wrapper around URISyntaxException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RuntimeXMLStreamException | RuntimeException wrapper around ClassNotFoundException. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RunWorkerCompletedEventArgs | Provides data for the RunWorkerCompleted event. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| RunWorkerCompletedEventHandler | Represents the method that will handle the RunWorkerCompleted event of a BackgroundWorker class. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| SendOrPostCallback | Represents a method to be called when a message is to be dispatched to a synchronization context. | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| ValueType | | Interface | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| WaitHandle | | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |
|
| WrappedRuntimeException | Wraps an exception as a RuntimeException and delegates methods to the wrappedSee Also:Serialized Form | Class | agi.foundation.compatibility | AGI ( Analytical Graphics ) |