SecurityManager.CheckAccess Method

Definition

Overloads

CheckAccess(Thread)

[Android.Runtime.Register("checkAccess", "(Ljava/lang/Thread;)V", "GetCheckAccess_Ljava_lang_Thread_Handler")]
public virtual void CheckAccess(Java.Lang.Thread? t);
[<Android.Runtime.Register("checkAccess", "(Ljava/lang/Thread;)V", "GetCheckAccess_Ljava_lang_Thread_Handler")>]
abstract member CheckAccess : Java.Lang.Thread -> unit
override this.CheckAccess : Java.Lang.Thread -> unit

Parameters

t
Thread

The thread whose access is being checked.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CheckAccess(ThreadGroup)

[Android.Runtime.Register("checkAccess", "(Ljava/lang/ThreadGroup;)V", "GetCheckAccess_Ljava_lang_ThreadGroup_Handler")]
public virtual void CheckAccess(Java.Lang.ThreadGroup? g);
[<Android.Runtime.Register("checkAccess", "(Ljava/lang/ThreadGroup;)V", "GetCheckAccess_Ljava_lang_ThreadGroup_Handler")>]
abstract member CheckAccess : Java.Lang.ThreadGroup -> unit
override this.CheckAccess : Java.Lang.ThreadGroup -> unit

Parameters

g
ThreadGroup

The thread group whose access is being checked.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to