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
- TJVMType
- The JVM type 
- TNetType
- The .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
- clrValueTNetType
- The - TNetTypeof CLR
Returns
- TJVMType
- The converted - TJVMType