.NET Framework Class Library
Timer Methods

The Timer type exposes the following members.

Methods

  NameDescription
Public methodBeginInitBegins the run-time initialization of a Timer that is used on a form or by another component.
Public methodCloseReleases the resources used by the Timer.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodDisposeOverloaded. Releases all resources used by the current Timer.
Public methodEndInitEnds the run-time initialization of a Timer that is used on a form or by another component.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodMemberwiseCloneOverloaded.
Public methodStartStarts raising the Elapsed event by setting Enabled to true.
Public methodStopStops raising the Elapsed event by setting Enabled to false.
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)
Top
See Also

Reference

Tags :


Page view tracker