C# Tutorial Environment
Env
- Check if current process is a 64-bit process in CSharp
- Check if the current application domain is being unloaded or the common language runtime (CLR) is shutting down in CSharp
- Check if the current operating system is a 64-bit operating system in CSharp
- Create, modifie, or delete an environment variable stored in the current process in CSharp
- Get a Version object that describes the major, minor, build, and revision numbers of the common language runtime in CSharp
- Get a string array containing the command-line arguments for the current process in CSharp
- Get a value indicating whether the current process is running in user interactive mode in CSharp
- Get all environment variable names and their values from the current process in CSharp
- Get an OperatingSystem object that contains the current platform identifier and version number in CSharp
- Get an array of string containing the names of the logical drives on the current computer in CSharp
- Get command line arguments from Environment in CSharp
- Get current stack trace information in CSharp
- Get environment variable for current process in CSharp
- Get environment variable in CSharp
- Get or set the exit code of the process in CSharp
- Get or set the fully qualified path of the current working directory in CSharp
- Get system folder in CSharp
- Get system folder path in CSharp
- Get the NetBIOS name of this local computer in CSharp
- Get the amount of physical memory mapped to the process context in CSharp
- Get the command line for this process in CSharp
- Get the fully qualified path of the system directory in CSharp
- Get the network domain name associated with the current user in CSharp
- Get the newline string defined for this environment in CSharp
- Get the number of bytes in the operating system ' s memory page in CSharp
- Get the number of milliseconds elapsed since the system started in CSharp
- Get the number of processors on the current machine in CSharp
- Get the user name of the person who is currently logged on to the Windows operating system in CSharp
- Get the value of an environment variable from the current process in CSharp
- Replace name of each environment variable embedded in the specified string with the string equivalent of the value of the variable in CSharp
- Set environment variable in CSharp
- Terminate a process after writing a message to the Windows Application event log in CSharp
- Terminate this process and gives the underlying operating system the specified exit code in CSharp