SecurityManager.CheckMemberAccess(Class, Int32) Method

Definition

[Android.Runtime.Register("checkMemberAccess", "(Ljava/lang/Class;I)V", "GetCheckMemberAccess_Ljava_lang_Class_IHandler")]
public virtual void CheckMemberAccess (Java.Lang.Class? clazz, int which);
[<Android.Runtime.Register("checkMemberAccess", "(Ljava/lang/Class;I)V", "GetCheckMemberAccess_Ljava_lang_Class_IHandler")>]
abstract member CheckMemberAccess : Java.Lang.Class * int -> unit
override this.CheckMemberAccess : Java.Lang.Class * int -> unit

Parameters

clazz
Class
which
Int32
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