Environment Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Environment type exposes the following members.
| Name | Description | |
|---|---|---|
|
FailFast(String) | Security Critical. Immediately terminates a process after writing a message to the Windows Application event log, and then includes the message in error reporting to Microsoft. |
|
FailFast(String, Exception) | Security Critical. Immediately terminates a process after writing a message to the Windows Application event log, and then includes the message and exception information in error reporting to Microsoft. |
|
GetFolderPath | Gets the path to the system special folder identified by the specified enumeration. |
Show: