.NET Members
Explore the vast collection of classes, structs, interfaces, enums, delegates, and properties that make up the .NET ecosystem. This section provides a categorized view of key members across various namespaces.
Object Class
Represents the base class for all types in the .NET Framework; the ultimate destination of a type hierarchy.
Console Class
Provides standard input, output, and error streams for console applications.
ArrayList Class
Represents a strongly typed list of objects that can be accessed by index. Provides methods for creating, searching, and sorting lists.
Dictionary<TKey, TValue> Class
Represents a collection of key and value pairs that are organized by key. The fastest linear search collection.
Enumerable Class
Provides a set of static methods that help you create and work with sequences.
File Class
Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in creating a Stream.
Directory Class
Provides static methods for the creation, moving, and enumeration of directories and subdirectories.
HttpClient Class
Sends HTTP requests and receives HTTP responses from a resource identified by a URI.
Encoding Class
Represents a character encoding, which is a mapping from a set of characters to a sequence of bytes.
XmlDocument Class
Represents an XML document that corresponds to the W3C Document Object Model (DOM) XML 1.0 specification.