JniRuntime.JniTypeManager.TryRegisterNativeMembers Metodo

Definizione

Overload

TryRegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)

protected bool TryRegisterNativeMembers(Java.Interop.JniType nativeClass, Type type, ReadOnlySpan<char> methods);
member this.TryRegisterNativeMembers : Java.Interop.JniType * Type * ReadOnlySpan<char> -> bool

Parametri

nativeClass
JniType
type
Type
methods
ReadOnlySpan<Char>

Valori restituiti

Si applica a

TryRegisterNativeMembers(JniType, Type, String)

Attenzione

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

[System.Obsolete("Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)")]
protected bool TryRegisterNativeMembers(Java.Interop.JniType nativeClass, Type type, string? methods);
[<System.Obsolete("Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)")>]
member this.TryRegisterNativeMembers : Java.Interop.JniType * Type * string -> bool

Parametri

nativeClass
JniType
type
Type
methods
String

Valori restituiti

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a