Click or drag to resize

TimerTrace Class

Executes a trace on the Timer for all queued timers.
Inheritance Hierarchy
SystemObject
  GSF.DiagnosticsTimerTrace

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class TimerTrace
View Source

The TimerTrace type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberWorksInThisRuntime Indicates that this trace works in the runtime version of .NET.
Top
Methods
 NameDescription
Public methodStatic memberGetTrace Gets all of the callbacks for all timers.
Top
Remarks
This class heavily relies on reflection to get the Timer queue. Therefore it is very unlikely to work in MONO and can break if Microsoft changes any of the member names or how the Timer works. In this case WorksInThisRuntime will be set to false and GetTrace(StringBuilder) will return "Not Supported"
See Also