ClockGroup Methods
.NET Framework 4.5
The ClockGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
DiscontinuousTimeMovement | When implemented in a derived class, will be invoked whenever a clock repeats, skips, or seeks. (Inherited from Clock.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCanSlip | Returns whether the Clock has its own external time source, which may require synchronization with the timing system. (Inherited from Clock.) |
|
GetCurrentTimeCore | Gets this clock's current time within its current iteration. (Inherited from Clock.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SpeedChanged | When implemented in a derived class, will be invoked whenever a clock begins, skips, pauses, resumes, or when the clock's SpeedRatio is modified. (Inherited from Clock.) |
|
Stopped | When implemented in a derived class, will be invoked whenever a clock is stopped using the Stop method. (Inherited from Clock.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |