Table of Contents

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
JVMBridgeBase
JVMBridgeBase<Enum<Element.DataType>>
Element.DataType
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<Element.DataType>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<Element.DataType>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<Element.DataType>>.Execute<T>(params T[])
JVMBridgeBase<Enum<Element.DataType>>.DynBridgeClazz
JVMBridgeBase<Enum<Element.DataType>>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

Element.DataType

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FLOAT_16

[Obsolete]
public static Element.DataType FLOAT_16 { get; }

Property Value

Element.DataType

FLOAT_32

[Obsolete]
public static Element.DataType FLOAT_32 { get; }

Property Value

Element.DataType

FLOAT_64

[Obsolete]
public static Element.DataType FLOAT_64 { get; }

Property Value

Element.DataType

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MATRIX_2X2

[Obsolete]
public static Element.DataType MATRIX_2X2 { get; }

Property Value

Element.DataType

MATRIX_3X3

[Obsolete]
public static Element.DataType MATRIX_3X3 { get; }

Property Value

Element.DataType

MATRIX_4X4

[Obsolete]
public static Element.DataType MATRIX_4X4 { get; }

Property Value

Element.DataType

NONE

[Obsolete]
public static Element.DataType NONE { get; }

Property Value

Element.DataType

RS_ALLOCATION

[Obsolete]
public static Element.DataType RS_ALLOCATION { get; }

Property Value

Element.DataType

RS_ELEMENT

[Obsolete]
public static Element.DataType RS_ELEMENT { get; }

Property Value

Element.DataType

RS_FONT

[Obsolete]
public static Element.DataType RS_FONT { get; }

Property Value

Element.DataType

RS_MESH

[Obsolete]
public static Element.DataType RS_MESH { get; }

Property Value

Element.DataType

RS_PROGRAM_FRAGMENT

[Obsolete]
public static Element.DataType RS_PROGRAM_FRAGMENT { get; }

Property Value

Element.DataType

RS_PROGRAM_RASTER

[Obsolete]
public static Element.DataType RS_PROGRAM_RASTER { get; }

Property Value

Element.DataType

RS_PROGRAM_STORE

[Obsolete]
public static Element.DataType RS_PROGRAM_STORE { get; }

Property Value

Element.DataType

RS_PROGRAM_VERTEX

[Obsolete]
public static Element.DataType RS_PROGRAM_VERTEX { get; }

Property Value

Element.DataType

RS_SAMPLER

[Obsolete]
public static Element.DataType RS_SAMPLER { get; }

Property Value

Element.DataType

RS_SCRIPT

[Obsolete]
public static Element.DataType RS_SCRIPT { get; }

Property Value

Element.DataType

RS_TYPE

[Obsolete]
public static Element.DataType RS_TYPE { get; }

Property Value

Element.DataType

SIGNED_16

[Obsolete]
public static Element.DataType SIGNED_16 { get; }

Property Value

Element.DataType

SIGNED_32

[Obsolete]
public static Element.DataType SIGNED_32 { get; }

Property Value

Element.DataType

SIGNED_64

[Obsolete]
public static Element.DataType SIGNED_64 { get; }

Property Value

Element.DataType

SIGNED_8

[Obsolete]
public static Element.DataType SIGNED_8 { get; }

Property Value

Element.DataType

UNSIGNED_16

[Obsolete]
public static Element.DataType UNSIGNED_16 { get; }

Property Value

Element.DataType

UNSIGNED_32

[Obsolete]
public static Element.DataType UNSIGNED_32 { get; }

Property Value

Element.DataType

UNSIGNED_4_4_4_4

[Obsolete]
public static Element.DataType UNSIGNED_4_4_4_4 { get; }

Property Value

Element.DataType

UNSIGNED_5_5_5_1

[Obsolete]
public static Element.DataType UNSIGNED_5_5_5_1 { get; }

Property Value

Element.DataType

UNSIGNED_5_6_5

[Obsolete]
public static Element.DataType UNSIGNED_5_6_5 { get; }

Property Value

Element.DataType

UNSIGNED_64

[Obsolete]
public static Element.DataType UNSIGNED_64 { get; }

Property Value

Element.DataType

UNSIGNED_8

[Obsolete]
public static Element.DataType UNSIGNED_8 { get; }

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