JniRuntime.GetAvailableInvocationPointers Method

Definition

Caution

Not sensible/usable at this level, and cannot work on e.g. Android. Try Java.Interop.JreRuntime.GetAvailableInvocationPointers() in Java.Runtime.Environment.dll, or rethink your structure.

[System.Obsolete("Not sensible/usable at this level, and cannot work on e.g. Android.  Try Java.Interop.JreRuntime.GetAvailableInvocationPointers() in Java.Runtime.Environment.dll, or rethink your structure.", true)]
public static System.Collections.Generic.IEnumerable<IntPtr> GetAvailableInvocationPointers ();
[<System.Obsolete("Not sensible/usable at this level, and cannot work on e.g. Android.  Try Java.Interop.JreRuntime.GetAvailableInvocationPointers() in Java.Runtime.Environment.dll, or rethink your structure.", true)>]
static member GetAvailableInvocationPointers : unit -> seq<nativeint>

Returns

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