Dispatcher.DispatcherProcessingDisabled Structure
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct DispatcherProcessingDisabled : IDisposable,
IEquatable<Dispatcher.DispatcherProcessingDisabled>
Public Structure DispatcherProcessingDisabled
Implements IDisposable, IEquatable(Of Dispatcher.DispatcherProcessingDisabled)
[<SealedAttribute>]
type DispatcherProcessingDisabled =
struct
inherit ValueType
interface IDisposable
interface IEquatable<Dispatcher.DispatcherProcessingDisabled>
end
Inheritance | Object → ValueType → Dispatcher.DispatcherProcessingDisabled |
Implements | IDisposable, IEquatable(Dispatcher.DispatcherProcessingDisabled) |
Methods
Dispose() | Releases all resources used by the Dispatcher.DispatcherProcessingDisabled |
GetType() | Gets the Type of the current instance. (Inherited from Object) |