C# > System > Environment Class Environment class is used to retrieve/change information about environment variable settings, command line arguments, call stack. Methods:
C# > Files > Directory > Delete Deletes the specified directory. Example Deletes the specified directory and any subdirectories and files in the directory.
VB.NET > Control > DesignMode DesignMode returns true is a control is being used in the context of a designer. Example: If Me.DesignMode Then Return End If