GOA - System

System Namespace


Classes

ClassDescription
AppDomainRepresents an isolated environment where applications are executed. 
AppParametersProvides methods for communicating between current application domain and another application via the parameters. 
ArrayProvides methods for manipulating arrays.This class is the base class for all arrays. 
Attribute 
AttributeUsageAttribute 
AutoCleanAttribute 
BooleanRepresents a Boolean value. 
CharRepresents a Unicode character. 
ConvertConverts a base data type to another base data type. 
DateTimeRepresents an instant in time, expressed as a date and time of day. 
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. 
DisposableAttribute 
DisposingAttribute 
DoubleRepresents a double-precision floating point number. 
EnumProvides the base class for enumerations. 
EnvironmentProvides information about the current environment and platform. 
EventArgsEventArgs is the base class for classes containing event data. 
ExternalInterfaceProvides methods for the interaction between the current application and the external interface. 
GuidRepresents a globally unique identifier (GUID). 
Int32Represents a 32-bit signed integer. 
MathProvides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. 
ObjectSupports all classes in the framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes. It is the root of the type hierarchy. 
RandomRepresents a pseudo-random number generator. 
StartParametersRepresents a collection of name-and-value pairs that are organized based on the hash code of the name. 
StringRepresents text. 
TimeZoneRepresents a time zone. 
TypeRepresents type declarations: class types, interface types, array types, value types, and enumeration types. 
UInt32 
VersionRepresents a version number. 
VoidIndicates a method that does not return a value. 

Interfaces

InterfaceDescription
ICloneableSupports cloning, which creates a new instance of a class with the same value as an existing instance. 
IComparableDefines a generalized comparison method that a value type or class implements to create a type-specific comparison method. 
IDisposableDefines a method to release allocated native resources. 

Delegates

DelegatesDescription
AppDomainMessageHandlerRepresents the method that will handle the message sent by the AppDomain
EventHandlerRepresents the method that will handle the event that has no event data. 
ExternalInterfaceHandlerProvides the method that will handle an external interface by an array of parameters. 

Enumerations

EnumerationsDescription
AttributeTargets 
DayOfWeekSpecifies the day of the week. 
PlatformSpecifies the platform used by this application. 
PlayerTypeSpecifies the Flash player used by this application. 
StringComparison 
StringSplitOptionsSpecifies whether applicable Split method overloads include or omit empty substrings from the return value. 



© 2003-2007 NETiKA Technologies. All rights reserved.