JniRuntime.ReflectionJniValueManager.GetValueMarshalerCore 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 |
|---|---|
| GetValueMarshalerCore(Type) | |
| GetValueMarshalerCore<T>() |
GetValueMarshalerCore(Type)
protected override Java.Interop.JniValueMarshaler GetValueMarshalerCore(Type type);
override this.GetValueMarshalerCore : Type -> Java.Interop.JniValueMarshaler
Parameters
- type
- Type
Returns
Applies to
GetValueMarshalerCore<T>()
protected override Java.Interop.JniValueMarshaler<T> GetValueMarshalerCore<T>();
override this.GetValueMarshalerCore : unit -> Java.Interop.JniValueMarshaler<'T>
Type Parameters
- T