Search Results for

    Show / Hide Table of Contents

    Class BlockTimer

    Inheritance
    Object
    BlockTimer
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class BlockTimer

    Constructors

    BlockTimer(String, Boolean)

    Declaration
    public BlockTimer(string label, bool bStart)
    Parameters
    Type Name Description
    String label
    Boolean bStart

    Fields

    Accumulated

    Declaration
    public TimeSpan Accumulated
    Field Value
    Type Description
    TimeSpan

    Label

    Declaration
    public string Label
    Field Value
    Type Description
    String

    Watch

    Declaration
    public Stopwatch Watch
    Field Value
    Type Description
    Stopwatch

    Properties

    AccumulatedString

    Declaration
    public string AccumulatedString { get; }
    Property Value
    Type Description
    String

    Running

    Declaration
    public bool Running { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Accumulate(Boolean)

    Declaration
    public void Accumulate(bool bReset = false)
    Parameters
    Type Name Description
    Boolean bReset

    Reset()

    Declaration
    public void Reset()

    Start()

    Declaration
    public void Start()

    Stop()

    Declaration
    public void Stop()

    TimeFormatString(TimeSpan)

    Declaration
    public static string TimeFormatString(TimeSpan span)
    Parameters
    Type Name Description
    TimeSpan span
    Returns
    Type Description
    String

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top ViRGIS VR GIS