次の方法で共有


ReflectPermission Constructors

Definition

Overloads

ReflectPermission(String)
ReflectPermission(String, String)

ReflectPermission(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ReflectPermission (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Lang.Reflect.ReflectPermission : string -> Java.Lang.Reflect.ReflectPermission

Parameters

name
String
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

ReflectPermission(String, String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public ReflectPermission (string? name, string? actions);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Java.Lang.Reflect.ReflectPermission : string * string -> Java.Lang.Reflect.ReflectPermission

Parameters

name
String
actions
String
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