WindowsFormsSynchronizationContext Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
Name | Description | |
---|---|---|
![]() | CreateCopy | Overridden. Copies the synchronization context. |
![]() | Dispose | Releases all resources used by the WindowsFormsSynchronizationContext. |
![]() | Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsWaitNotificationRequired | Determines if wait notification is required. (Inherited from SynchronizationContext.) |
![]() | OperationCompleted | When overridden in a derived class, responds to the notification that an operation has completed. (Inherited from SynchronizationContext.) |
![]() | OperationStarted | When overridden in a derived class, responds to the notification that an operation has started. (Inherited from SynchronizationContext.) |
![]() | Post | Overridden. Dispatches an asynchronous message to a synchronization context. |
![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
![]() | Send | Overridden. Dispatches a synchronous message to a synchronization context |
![]() ![]() | SetSynchronizationContext | Sets the current synchronization context. (Inherited from SynchronizationContext.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() ![]() | Uninstall | Uninstalls the currently installed WindowsFormsSynchronizationContext and replaces it with the previously installed context. |
![]() | Wait | Waits for any or all the elements in the specified array to receive a signal. (Inherited from SynchronizationContext.) |
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetWaitNotificationRequired | Sets notification that wait notification is required and prepares the callback method so it can be called more reliably when a wait occurs. (Inherited from SynchronizationContext.) |
![]() ![]() | WaitHelper | Helper function that waits for any or all the elements in the specified array to receive a signal. (Inherited from SynchronizationContext.) |
Show: