Class Library Overview
Explore the most commonly used classes in the .NET framework. Click on any class to view its detailed documentation.
System.String
Represents text as a sequence of Unicode characters.
System.Int32
Represents a 32-bit signed integer.
System.Collections.Generic.List<T>
Provides a strongly typed list of objects that can be accessed by index.
System.IO.File
Provides static methods for the creation, copying, deletion, moving, and opening of files.
System.Net.HttpWebRequest
Provides an HTTP-specific implementation of the WebRequest class.
System.Threading.Tasks.Task
Represents an asynchronous operation.
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Provides information about an argument in a dynamic call.
System.Linq.Enumerable
Contains a set of static methods for querying objects that implement IEnumerable<T>.