Class Element.DataType
- Namespace
- Android.Renderscript
- Assembly
- MASES.Netdroid.dll
[Obsolete]
public class Element.DataType : Enum<Element.DataType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IComparable<Element.DataType>, ISerializable
- Inheritance
-
JVMBridgeBaseElement.DataType
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Enum<Element.DataType>>.SExecuteWithSignatureArray<T>(string, string, params object[])JVMBridgeBase<Enum<Element.DataType>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Enum<Element.DataType>>.IsAssignableFrom<T>()JVMBridgeBase<Enum<Element.DataType>>.Execute<T>(params T[])JVMBridgeBase<Enum<Element.DataType>>.DynBridgeClazzJVMBridgeBase<Enum<Element.DataType>>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
DataType()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DataType()
DataType(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public DataType(params object[] args)
Parameters
args
object[]
Properties
BOOLEAN
[Obsolete]
public static Element.DataType BOOLEAN { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
FLOAT_16
[Obsolete]
public static Element.DataType FLOAT_16 { get; }
Property Value
FLOAT_32
[Obsolete]
public static Element.DataType FLOAT_32 { get; }
Property Value
FLOAT_64
[Obsolete]
public static Element.DataType FLOAT_64 { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MATRIX_2X2
[Obsolete]
public static Element.DataType MATRIX_2X2 { get; }
Property Value
MATRIX_3X3
[Obsolete]
public static Element.DataType MATRIX_3X3 { get; }
Property Value
MATRIX_4X4
[Obsolete]
public static Element.DataType MATRIX_4X4 { get; }
Property Value
NONE
[Obsolete]
public static Element.DataType NONE { get; }
Property Value
RS_ALLOCATION
[Obsolete]
public static Element.DataType RS_ALLOCATION { get; }
Property Value
RS_ELEMENT
[Obsolete]
public static Element.DataType RS_ELEMENT { get; }
Property Value
RS_FONT
[Obsolete]
public static Element.DataType RS_FONT { get; }
Property Value
RS_MESH
[Obsolete]
public static Element.DataType RS_MESH { get; }
Property Value
RS_PROGRAM_FRAGMENT
[Obsolete]
public static Element.DataType RS_PROGRAM_FRAGMENT { get; }
Property Value
RS_PROGRAM_RASTER
https://developer.android.com/reference/android/renderscript/Element.DataType.html#RS_PROGRAM_RASTER
[Obsolete]
public static Element.DataType RS_PROGRAM_RASTER { get; }
Property Value
RS_PROGRAM_STORE
[Obsolete]
public static Element.DataType RS_PROGRAM_STORE { get; }
Property Value
RS_PROGRAM_VERTEX
https://developer.android.com/reference/android/renderscript/Element.DataType.html#RS_PROGRAM_VERTEX
[Obsolete]
public static Element.DataType RS_PROGRAM_VERTEX { get; }
Property Value
RS_SAMPLER
[Obsolete]
public static Element.DataType RS_SAMPLER { get; }
Property Value
RS_SCRIPT
[Obsolete]
public static Element.DataType RS_SCRIPT { get; }
Property Value
RS_TYPE
[Obsolete]
public static Element.DataType RS_TYPE { get; }
Property Value
SIGNED_16
[Obsolete]
public static Element.DataType SIGNED_16 { get; }
Property Value
SIGNED_32
[Obsolete]
public static Element.DataType SIGNED_32 { get; }
Property Value
SIGNED_64
[Obsolete]
public static Element.DataType SIGNED_64 { get; }
Property Value
SIGNED_8
[Obsolete]
public static Element.DataType SIGNED_8 { get; }
Property Value
UNSIGNED_16
[Obsolete]
public static Element.DataType UNSIGNED_16 { get; }
Property Value
UNSIGNED_32
[Obsolete]
public static Element.DataType UNSIGNED_32 { get; }
Property Value
UNSIGNED_4_4_4_4
[Obsolete]
public static Element.DataType UNSIGNED_4_4_4_4 { get; }
Property Value
UNSIGNED_5_5_5_1
[Obsolete]
public static Element.DataType UNSIGNED_5_5_5_1 { get; }
Property Value
UNSIGNED_5_6_5
[Obsolete]
public static Element.DataType UNSIGNED_5_6_5 { get; }
Property Value
UNSIGNED_64
[Obsolete]
public static Element.DataType UNSIGNED_64 { get; }
Property Value
UNSIGNED_8
[Obsolete]
public static Element.DataType UNSIGNED_8 { get; }
Property Value
Methods
ValueOf(String)
public static Element.DataType ValueOf(String arg0)
Parameters
Returns
Values()
public static Element.DataType[] Values()