TypeManager Class

Definition

Caution

Use Java.Interop.TypeManager

Provides a mapping between Android types and managed types.

[System.Obsolete("Use Java.Interop.TypeManager")]
public static class TypeManager
[<System.Obsolete("Use Java.Interop.TypeManager")>]
type TypeManager = class
Inheritance
TypeManager
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.

Methods

LookupTypeMapping(String[], String)
RegisterPackage(String, Converter<String,Type>)
RegisterPackages(String[], Converter<String,Type>[])
RegisterType(String, Type)

Registers a type mapping between an Android JNI type and the managed proxy type to use.

Applies to