CheckAccess Method
Checks that the current thread is the UI thread.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool CheckAccess()
Public Function CheckAccess As Boolean
abstract CheckAccess : unit -> bool
override CheckAccess : unit -> bool