JniRuntime.ReflectionJniTypeManager.RegisterNativeMembers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>) | |
| RegisterNativeMembers(JniType, Type, String) |
Obsolete.
|
RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
public override void RegisterNativeMembers(Java.Interop.JniType nativeClass, Type type, ReadOnlySpan<char> methods);
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 override void RegisterNativeMembers(Java.Interop.JniType nativeClass, Type type, string? methods);
[<System.Obsolete("Use RegisterNativeMembers(JniType, Type, ReadOnlySpan<char>)")>]
override this.RegisterNativeMembers : Java.Interop.JniType * Type * string -> unit
Parameters
- nativeClass
- JniType
- type
- Type
- methods
- String
- Attributes