Timer Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginInit() | Begins the run-time initialization of a Timer that is used on a form or by another component. |
![]() | Close() | Releases the resources used by the Timer. |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources used by the current Timer.(Overrides Component.Dispose(Boolean).) |
![]() | EndInit() | Ends the run-time initialization of a Timer that is used on a form or by another component. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type) | |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | Start() | |
![]() | Stop() | |
![]() | ToString() |

