Modifier.IsNative(Int32) Method

Definition

Return true if the integer argument includes the native modifier, false otherwise.

[Android.Runtime.Register("isNative", "(I)Z", "")]
public static bool IsNative (int mod);
[<Android.Runtime.Register("isNative", "(I)Z", "")>]
static member IsNative : int -> bool

Parameters

mod
Int32

a set of modifiers

Returns

true if mod includes the native modifier; false otherwise.

Attributes

Remarks

Return true if the integer argument includes the native modifier, false otherwise.

Java documentation for java.lang.reflect.Modifier.isNative(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.

Applies to