Precision
|
public sealed class PrecisionInputTimer : IDisposable
The PrecisionInputTimer type exposes the following members.
Name | Description | |
---|---|---|
ExceptionHandler | Gets or sets function used to handle exceptions. | |
FrameMilliseconds | Gets array of frame millisecond times for this PrecisionInputTimer. | |
FramesPerSecond | Gets frames per second for this PrecisionInputTimer. | |
FrameWaitHandle | Gets a reference to the frame wait handle. | |
LastFrameTime | Gets time of last frame, in ticks. | |
ReferenceCount | Gets reference count for this PrecisionInputTimer. | |
Resynchronizations | Gets number of resynchronizations that have occurred for this PrecisionInputTimer. |
Name | Description | |
---|---|---|
AddReference | Adds a reference to this PrecisionInputTimer. | |
Attach | Attach to a PrecisionInputTimer for the specified framesPerSecond. | |
Detach | Detach from the PrecisionInputTimer. | |
Dispose | Releases all the resources used by the PrecisionInputTimer object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize |
Releases the unmanaged resources before the PrecisionInputTimer object is reclaimed by GC.
(Overrides ObjectFinalize) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
RemoveReference | Removes a reference to this PrecisionInputTimer. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |