Class Environment
Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.
Inherited Members
Namespace: System
Assembly: nanoFramework.Runtime.Native.dll
Syntax
public static class Environment
Properties
TickCount64
Gets the number of milliseconds elapsed since the system started.
Declaration
public static long TickCount64 { get; }
Property Value
Type | Description |
---|---|
Int64 | The elapsed milliseconds since the system started. |