JniRuntime.JniTypeManager Class

Definition

public class JniRuntime.JniTypeManager : IDisposable
type JniRuntime.JniTypeManager = class
    interface IDisposable
    interface JniRuntime.ISetRuntime
Inheritance
JniRuntime.JniTypeManager
Implements

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.

Constructors

JniRuntime.JniTypeManager()

Properties

Runtime

Methods

Dispose()
Dispose(Boolean)
GetReplacementMethodInfo(String, String, String)
GetReplacementMethodInfoCore(String, String, String)
GetReplacementType(String)
GetReplacementTypeCore(String)
GetSimpleReference(Type)
GetSimpleReferences(Type)
GetStaticMethodFallbackTypes(String)
GetStaticMethodFallbackTypesCore(String)
GetType(JniTypeSignature)
GetTypes(JniTypeSignature)
GetTypesForSimpleReference(String)
GetTypeSignature(Type)
GetTypeSignatures(Type)
OnSetRuntime(JniRuntime)
RegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
RegisterNativeMembers(JniType, Type, String)
TryRegisterNativeMembers(JniType, Type, ReadOnlySpan<Char>)
TryRegisterNativeMembers(JniType, Type, String)

Applies to