OpenNETCF Smart Device Framework 2.3
The Environment2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetFolderPath |
Gets the path to the system special folder identified by the specified enumeration.
| |
| GetLogicalDrives |
Returns an array of string containing the names of the logical drives on the current computer.
|
Properties
| Name | Description | |
|---|---|---|
| MachineName |
Gets the name of this local device.
| |
| NewLine |
Gets the newline string defined for this environment.
| |
| OSVersion |
Gets an OperatingSystem object that contains the current platform identifier and version number.
| |
| SdfVersion |
Gets a Version object that contains the version of the Smart Device Framework in use.
| |
| SystemDirectory |
Gets the fully qualified path of the system directory.
| |
| TickCount |
Gets the number of milliseconds elapsed since the system started.
| |
| UserName |
Gets the user name of the person who started the current thread.
| |
| Version |
Gets a Version object that describes the major, minor, build, and revision numbers of the common language runtime.
| |
| WorkingSet |
Gets the amount of physical memory mapped to the process context.
|