ThreadHelper Members
Include Protected Members
Include Inherited Members
Provide a generic dispatcher helper ensure that a method is invoked on the Application's main thread.
The ThreadHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThreadHelper |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInvocationWrapper | Derived classes must implement the GetInvocationWrapper method to implement a a disposable object that will wrap the called method. This may be null. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invoke(Action) | Call an action on the UI thread. If the caller is already on the UI thread then the call is made directly. Otherwise, the call is transferred onto the UI thread and this thread blocks until the call returns. If the UI thread throws an exception, that exception is transferred and rethrown on this thread. | |
Invoke<TResult>(Func<TResult>) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Generic |
Top