Share via


Environment Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Inheritance Hierarchy

System. . :: . .Object
  System..::..Environment

Namespace:  System
Assembly:  Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)

Syntax

'Declaration
Public NotInheritable Class Environment
public static class Environment
public ref class Environment abstract sealed
[<AbstractClass>]
[<Sealed>]
type Environment =  class end
public final class Environment

The Environment type exposes the following members.

Properties

  Name Description
Public propertyStatic member TickCount Gets the number of milliseconds elapsed since the system started.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System Namespace