Table of Contents

Class Element.DataKind

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Element.DataKind : Enum<Element.DataKind>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<Element.DataKind>>, IComparable<Element.DataKind>, ISerializable
Inheritance
Element.DataKind
Implements
Inherited Members
Extension Methods

Constructors

DataKind(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 DataKind(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

PIXEL_A

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

Property Value

Element.DataKind

PIXEL_DEPTH

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

Property Value

Element.DataKind

PIXEL_L

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

Property Value

Element.DataKind

PIXEL_LA

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

Property Value

Element.DataKind

PIXEL_RGB

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

Property Value

Element.DataKind

PIXEL_RGBA

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

Property Value

Element.DataKind

PIXEL_YUV

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

Property Value

Element.DataKind

USER

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

Property Value

Element.DataKind

Methods

ValueOf(String)

public static Element.DataKind ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Element.DataKind

Element.DataKind

Values()

public static Element.DataKind[] Values()

Returns

DataKind[]

Element.DataKind