API Browser
System Namespace
Provides fundamental classes and base types that define value types, System.Object, System.Int32, System.String, mathematical constants, and conversions between numeric types.
Classes
String
Represents text as a sequence of characters.
Class
Int32
Represents a 32-bit signed integer.
Struct
Object
The root of all types in the .NET Framework.
Class
Console
Provides standard input, output, and error streams.
Class
DateTime
Represents an instant in time, expressed as a date and time.
Struct
Exception
The base class for all exceptions.
Class
Interfaces
ICloneable
Supports a cloning operation that creates a copy of the current instance.
Interface
IDisposable
Provides a mechanism for releasing unmanaged resources by the consuming object.
Interface