Show / Hide Table of Contents

    Class Environment

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

    Inheritance
    Object
    Environment
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX