Classes
Object
Represents all types in the Common Language Runtime (CLR), providing foundational methods for all .NET objects.
View DetailsFile
Provides static methods for the creation, copying, deletion, moving, and opening of files.
View DetailsDirectory
Provides static methods for the creation, moving, and enumeration of directories and subdirectories.
View DetailsList<T>
Represents a strongly typed list of objects that can be accessed by index. Provides generic type safety.
View DetailsJsonSerializer
Provides APIs to serialize objects to JSON strings and deserialize JSON strings to objects.
View DetailsException
Represents errors that occur during runtime. The base class for all exceptions.
View Details