SystemEvents Methods
.NET Framework 3.5
The SystemEvents type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateTimer | Creates a new window timer associated with the system events window. |
|
Equals | 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.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
InvokeOnEventsThread | Invokes the specified delegate using the thread that listens for system events. |
|
KillTimer | Terminates the timer specified by the given id. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |