Język

JniRuntime.ReflectionJniTypeManager Class

Definition

public class JniRuntime.ReflectionJniTypeManager : Java.Interop.JniRuntime.JniTypeManager
type JniRuntime.ReflectionJniTypeManager = class
    inherit JniRuntime.JniTypeManager
Inheritance
JniRuntime.ReflectionJniTypeManager

Constructors

Name Description
JniRuntime.ReflectionJniTypeManager()

Properties

Name Description
Runtime (Inherited from JniRuntime.JniTypeManager)

Methods

Name Description
Dispose() (Inherited from JniRuntime.JniTypeManager)
Dispose(Boolean) (Inherited from JniRuntime.JniTypeManager)
GetInvokerType(Type)

Gets the Invoker type for type

(Inherited from JniRuntime.JniTypeManager)
GetInvokerTypeCore(Type)
GetReplacementMethodInfo(String, String, String) (Inherited from JniRuntime.JniTypeManager)
GetReplacementMethodInfoCore(String, ReadOnlySpan<Char>, ReadOnlySpan<Char>)

Resolves member remapping without requiring name and signature strings. The default implementation preserves dispatch to the string overload.

(Inherited from JniRuntime.JniTypeManager)
GetReplacementMethodInfoCore(String, String, String)
GetReplacementType(String) (Inherited from JniRuntime.JniTypeManager)
GetReplacementTypeCore(String)
GetSimpleReference(Type)
GetSimpleReferences(Type)
GetStaticMethodFallbackTypes(String) (Inherited from JniRuntime.JniTypeManager)
GetStaticMethodFallbackTypesCore(String)
GetType(JniTypeSignature) (Inherited from JniRuntime.JniTypeManager)
GetTypeForSimpleReference(String)
GetTypes(JniTypeSignature)
GetTypesForSimpleReference(String)
GetTypeSignature(Type) (Inherited from JniRuntime.JniTypeManager)
GetTypeSignatureCore(Type)
GetTypeSignatures(Type) (Inherited from JniRuntime.JniTypeManager)
GetTypeSignaturesCore(Type)
OnSetRuntime(JniRuntime) (Inherited from JniRuntime.JniTypeManager)
RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
RegisterNativeMembers(JniType, Type, String)
TryRegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
TryRegisterNativeMembers(JniType, Type, String)

Applies to