Java.Lang.StackTraceElement.IsNativeMethod Property
Indicates if the method name returned by StackTraceElement.MethodName is implemented as a native method.

Syntax

[get: Android.Runtime.Register("isNativeMethod", "()Z", "GetIsNativeMethodHandler")]
public bool IsNativeMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates if the method name returned by StackTraceElement.MethodName is implemented as a native method.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1