Share via


JniRuntime.JniTypeManager.RegisterNativeMembers Method

Definition

Overloads

RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
RegisterNativeMembers(JniType, Type, String)
Obsolete.

RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)

public virtual void RegisterNativeMembers (Java.Interop.JniType nativeClass, Type type, ReadOnlySpan<char> methods);
abstract member RegisterNativeMembers : Java.Interop.JniType * Type * ReadOnlySpan<char> -> unit
override this.RegisterNativeMembers : Java.Interop.JniType * Type * ReadOnlySpan<char> -> unit

Parameters

nativeClass
JniType
type
Type
methods
ReadOnlySpan<Char>

Applies to

RegisterNativeMembers(JniType, Type, String)

Caution

Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)

[System.Obsolete("Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)")]
public virtual void RegisterNativeMembers (Java.Interop.JniType nativeClass, Type type, string? methods);
[<System.Obsolete("Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)")>]
abstract member RegisterNativeMembers : Java.Interop.JniType * Type * string -> unit
override this.RegisterNativeMembers : Java.Interop.JniType * Type * string -> unit

Parameters

nativeClass
JniType
type
Type
methods
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