Show / Hide Table of Contents

Class DisposableTimer

Inheritance
System.Object
DisposableTimer
Implements
System.IDisposable
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class DisposableTimer : Object, IDisposable

Constructors

DisposableTimer()

Declaration
public DisposableTimer()

Properties

ElapsedTicks

Declaration
public long ElapsedTicks { get; }
Property Value
Type Description
System.Int64

FractionalMilliseconds

Declaration
public double FractionalMilliseconds { get; }
Property Value
Type Description
System.Double

Methods

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾