Table of Contents

Class Environment

Namespace
System
Assembly
nanoFramework.Runtime.Native.dll

Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.

public static class Environment
Inheritance
Environment
Inherited Members

Properties

TickCount64

Gets the number of milliseconds elapsed since the system started.

public static long TickCount64 { get; }

Property Value

long

The elapsed milliseconds since the system started.