C# Tutorial Environment

Env

  1. Check if current process is a 64-bit process in CSharp
  2. Check if the current application domain is being unloaded or the common language runtime (CLR) is shutting down in CSharp
  3. Check if the current operating system is a 64-bit operating system in CSharp
  4. Create, modifie, or delete an environment variable stored in the current process in CSharp
  5. Get a Version object that describes the major, minor, build, and revision numbers of the common language runtime in CSharp
  6. Get a string array containing the command-line arguments for the current process in CSharp
  7. Get a value indicating whether the current process is running in user interactive mode in CSharp
  8. Get all environment variable names and their values from the current process in CSharp
  9. Get an OperatingSystem object that contains the current platform identifier and version number in CSharp
  10. Get an array of string containing the names of the logical drives on the current computer in CSharp
  11. Get command line arguments from Environment in CSharp
  12. Get current stack trace information in CSharp
  13. Get environment variable for current process in CSharp
  14. Get environment variable in CSharp
  15. Get or set the exit code of the process in CSharp
  16. Get or set the fully qualified path of the current working directory in CSharp
  17. Get system folder in CSharp
  18. Get system folder path in CSharp
  19. Get the NetBIOS name of this local computer in CSharp
  20. Get the amount of physical memory mapped to the process context in CSharp
  21. Get the command line for this process in CSharp
  22. Get the fully qualified path of the system directory in CSharp
  23. Get the network domain name associated with the current user in CSharp
  24. Get the newline string defined for this environment in CSharp
  25. Get the number of bytes in the operating system ' s memory page in CSharp
  26. Get the number of milliseconds elapsed since the system started in CSharp
  27. Get the number of processors on the current machine in CSharp
  28. Get the user name of the person who is currently logged on to the Windows operating system in CSharp
  29. Get the value of an environment variable from the current process in CSharp
  30. Replace name of each environment variable embedded in the specified string with the string equivalent of the value of the variable in CSharp
  31. Set environment variable in CSharp
  32. Terminate a process after writing a message to the Windows Application event log in CSharp
  33. Terminate this process and gives the underlying operating system the specified exit code in CSharp




















Home »
  C# Tutorial »
    Development »




Console
Encoding
Environment
Random