SecurityManager.CheckMemberAccess(Class, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This member is deprecated.
[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
This member is deprecated. this method is deprecated.
Java documentation for java.lang.SecurityManager.checkMemberAccess(java.lang.Class<?>, int)
.
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.