Class Element.DataType
- Namespace
- Android.Renderscript
- Assembly
- MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Element.DataType : Enum<Element.DataType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<Element.DataType>>, IComparable<Element.DataType>, ISerializable
- Inheritance
-
Element.DataType
- Implements
- Inherited Members
- Extension Methods
Constructors
DataType(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DataType(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BOOLEAN
[Obsolete("Deprecated in JVM")]
public static Element.DataType BOOLEAN { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FLOAT_16
[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_16 { get; set; }
Property Value
FLOAT_32
[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_32 { get; set; }
Property Value
FLOAT_64
[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_64 { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MATRIX_2X2
[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_2X2 { get; set; }
Property Value
MATRIX_3X3
[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_3X3 { get; set; }
Property Value
MATRIX_4X4
[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_4X4 { get; set; }
Property Value
NONE
[Obsolete("Deprecated in JVM")]
public static Element.DataType NONE { get; set; }
Property Value
RS_ALLOCATION
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_ALLOCATION { get; set; }
Property Value
RS_ELEMENT
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_ELEMENT { get; set; }
Property Value
RS_FONT
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_FONT { get; set; }
Property Value
RS_MESH
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_MESH { get; set; }
Property Value
RS_PROGRAM_FRAGMENT
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_FRAGMENT { get; set; }
Property Value
RS_PROGRAM_RASTER
https://developer.android.com/reference/android/renderscript/Element.DataType.html#RS_PROGRAM_RASTER
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_RASTER { get; set; }
Property Value
RS_PROGRAM_STORE
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_STORE { get; set; }
Property Value
RS_PROGRAM_VERTEX
https://developer.android.com/reference/android/renderscript/Element.DataType.html#RS_PROGRAM_VERTEX
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_VERTEX { get; set; }
Property Value
RS_SAMPLER
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_SAMPLER { get; set; }
Property Value
RS_SCRIPT
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_SCRIPT { get; set; }
Property Value
RS_TYPE
[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_TYPE { get; set; }
Property Value
SIGNED_16
[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_16 { get; set; }
Property Value
SIGNED_32
[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_32 { get; set; }
Property Value
SIGNED_64
[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_64 { get; set; }
Property Value
SIGNED_8
[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_8 { get; set; }
Property Value
UNSIGNED_16
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_16 { get; set; }
Property Value
UNSIGNED_32
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_32 { get; set; }
Property Value
UNSIGNED_4_4_4_4
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_4_4_4_4 { get; set; }
Property Value
UNSIGNED_5_5_5_1
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_5_5_5_1 { get; set; }
Property Value
UNSIGNED_5_6_5
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_5_6_5 { get; set; }
Property Value
UNSIGNED_64
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_64 { get; set; }
Property Value
UNSIGNED_8
[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_8 { get; set; }
Property Value
Methods
ValueOf(String)
public static Element.DataType ValueOf(String arg0)
Parameters
Returns
Values()
public static Element.DataType[] Values()