Interface INativeConvertible<TJVMType, TNetType>
- Namespace
- MASES.JNet.Specific.Extensions
- Assembly
- MASES.Netdroid.dll
Interface defining the .NET type corresponding to the JVM class implementing INativeConvertible<TJVMType, TNetType>
public interface INativeConvertible<TJVMType, TNetType>
Type Parameters
TJVMTypeThe JVM type
TNetTypeThe .NET type corresponding to
TJVMType
Methods
ToCLR()
Returns the TNetType from this instance
TNetType ToCLR()
Returns
- TNetType
The converted
TNetType
ToJVM(TNetType)
Returns the TJVMType from the clrValue instance
public static abstract TJVMType ToJVM(TNetType clrValue)
Parameters
clrValueTNetTypeThe
TNetTypeof CLR
Returns
- TJVMType
The converted
TJVMType