klyn.reflection.Method.isNative
property
public readonly property isNative as Boolean:
Description

True when the method is native.

Example
method = type(Application).getMethod("time")
print(method.isNative)