Table of Contents

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

initializer IJVMBridgeBaseInitializer

Properties

BOOLEAN

[Obsolete("Deprecated in JVM")]
public static Element.DataType BOOLEAN { get; set; }

Property Value

Element.DataType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FLOAT_16

[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_16 { get; set; }

Property Value

Element.DataType

FLOAT_32

[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_32 { get; set; }

Property Value

Element.DataType

FLOAT_64

[Obsolete("Deprecated in JVM")]
public static Element.DataType FLOAT_64 { get; set; }

Property Value

Element.DataType

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MATRIX_2X2

[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_2X2 { get; set; }

Property Value

Element.DataType

MATRIX_3X3

[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_3X3 { get; set; }

Property Value

Element.DataType

MATRIX_4X4

[Obsolete("Deprecated in JVM")]
public static Element.DataType MATRIX_4X4 { get; set; }

Property Value

Element.DataType

NONE

[Obsolete("Deprecated in JVM")]
public static Element.DataType NONE { get; set; }

Property Value

Element.DataType

RS_ALLOCATION

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_ALLOCATION { get; set; }

Property Value

Element.DataType

RS_ELEMENT

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_ELEMENT { get; set; }

Property Value

Element.DataType

RS_FONT

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_FONT { get; set; }

Property Value

Element.DataType

RS_MESH

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_MESH { get; set; }

Property Value

Element.DataType

RS_PROGRAM_FRAGMENT

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_FRAGMENT { get; set; }

Property Value

Element.DataType

RS_PROGRAM_RASTER

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_RASTER { get; set; }

Property Value

Element.DataType

RS_PROGRAM_STORE

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_STORE { get; set; }

Property Value

Element.DataType

RS_PROGRAM_VERTEX

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_PROGRAM_VERTEX { get; set; }

Property Value

Element.DataType

RS_SAMPLER

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_SAMPLER { get; set; }

Property Value

Element.DataType

RS_SCRIPT

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_SCRIPT { get; set; }

Property Value

Element.DataType

RS_TYPE

[Obsolete("Deprecated in JVM")]
public static Element.DataType RS_TYPE { get; set; }

Property Value

Element.DataType

SIGNED_16

[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_16 { get; set; }

Property Value

Element.DataType

SIGNED_32

[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_32 { get; set; }

Property Value

Element.DataType

SIGNED_64

[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_64 { get; set; }

Property Value

Element.DataType

SIGNED_8

[Obsolete("Deprecated in JVM")]
public static Element.DataType SIGNED_8 { get; set; }

Property Value

Element.DataType

UNSIGNED_16

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_16 { get; set; }

Property Value

Element.DataType

UNSIGNED_32

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_32 { get; set; }

Property Value

Element.DataType

UNSIGNED_4_4_4_4

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_4_4_4_4 { get; set; }

Property Value

Element.DataType

UNSIGNED_5_5_5_1

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_5_5_5_1 { get; set; }

Property Value

Element.DataType

UNSIGNED_5_6_5

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_5_6_5 { get; set; }

Property Value

Element.DataType

UNSIGNED_64

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_64 { get; set; }

Property Value

Element.DataType

UNSIGNED_8

[Obsolete("Deprecated in JVM")]
public static Element.DataType UNSIGNED_8 { get; set; }

Property Value

Element.DataType

Methods

ValueOf(String)

public static Element.DataType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Element.DataType

Element.DataType

Values()

public static Element.DataType[] Values()

Returns

DataType[]

Element.DataType