Application | This native class represents the application and provides some basic functionality. |
BinaryFile | Provides binary file input and output functions. |
CharArea | Holds a two-dimensional block of character and color information. |
CharColor | Describes character color information. |
Color | A class that represents a RGB or HSL color. |
Console | Provides advanced console input / output functionality for Windows based systems. |
DateTime | Provides functions to manipulate, compare and output dates and times. |
Delay | A timer class that is triggered when a user defined delay time has elapsed. |
Download | An easy to use class for downloading data from HTTP internet sites. |
DownloadManager | A multiple concurrent downloads manager class. |
File | Provides text file input and output functions. |
FileIterator | This class allows to iterate over files and folders in the local file system. |
FocusEvent | Describes a focus change input event in the Console. |
GaussianNoise | Generates an approximation of gaussian noise. |
InterpolatedNoise | Generates white noise smoothed by cubic interpolation. |
KeyEvent | Describes a key input event in the Console. |
LinearNoise | Generates noise with an almost linear spectrum (white noise). |
Location | Describes a zero-based character coordinate on a console screen. |
MD5 | An OpenSSL-compatible implementation of the RSA Data Security MD5 Message-Digest Algorithm (RFC 1321). |
Match | A small helper class that describes a text search match returned by the Regex class. |
Math | Static class containing common mathematical functions. |
MenuEvent | Describes a menu input event in the Console. |
MouseEvent | Describes a mouse input event in the Console. |
PCalc | Global functions provided by the PCALC application. |
Parameter | A native object that represents a GUI parameter. |
Path | Provides functions dealing with pathes to files and directories on the local filesystem and network shares. |
PerlinNoise | Generates multi-octave, interpolated noise, also known as Perlin noise. |
Point | Defines a class that represents the coordinate of a point on the screen. |
Process | A class encapsulating a native Windows process. |
QuadraticNoise | A noise generator with quadratic spectrum. |
Random | A class providing various ways of generating pseudo random numbers. |
ReadStringOptions | Provides options for the Console::ReadString() function. |
Rect | A class that represents a rectangular area on the screen. |
Regex | A regular expression class based on the PCRE project (Perl Compatible Regular Expressions) http://www.pcre.org |
Size | Describes a graphical object's size in height and width. |
SmallRect | Describes a rectangular area in zero-based character coordinates and sizes. |
SmallSize | Describes a zero-based size in character units. |
StopWatch | A timer class suitable for absolute time-measurements. |
Timer | A timer class suitable for measuring the time delta between two events. |
UrlGenerator | A class that allows dynamic creation of URLs from a generator expression. |
View | A generic View class. |
WindowBufferSizeEvent | Describes a buffer size change event in the Console. |
WindowPtr | A small class that wraps a native window handle and provides basic functions to manipulate the window. |
Windows | Contains Windows API calls. |
XmlAttrIterator | An iterator object that allows to iterate over a node's attributes and retrieve their names and values. |
XmlDocument | An easy to use class that represents an XML document tree and provides methods to read and modify the document. |
XmlNode | The XmlNode class represents a single node in an xml-document. |
XmlNodeIterator | An iterator object that allows to iterate over a node's child nodes. |
wstring | A wide character string for unicode support. |