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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
PIXEL_A
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_A { get; set; }
Property Value
PIXEL_DEPTH
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_DEPTH { get; set; }
Property Value
PIXEL_L
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_L { get; set; }
Property Value
PIXEL_LA
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_LA { get; set; }
Property Value
PIXEL_RGB
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_RGB { get; set; }
Property Value
PIXEL_RGBA
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_RGBA { get; set; }
Property Value
PIXEL_YUV
[Obsolete("Deprecated in JVM")]
public static Element.DataKind PIXEL_YUV { get; set; }
Property Value
USER
[Obsolete("Deprecated in JVM")]
public static Element.DataKind USER { get; set; }
Property Value
Methods
ValueOf(String)
public static Element.DataKind ValueOf(String arg0)
Parameters
Returns
Values()
public static Element.DataKind[] Values()