Table of Contents

Class FeatureInfo

Namespace
Android.Content.Pm
Assembly
MASES.Netdroid.dll
public class FeatureInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
FeatureInfo
Implements
Inherited Members
Extension Methods

Constructors

FeatureInfo()

public FeatureInfo()

FeatureInfo(FeatureInfo)

public FeatureInfo(FeatureInfo arg0)

Parameters

arg0 FeatureInfo

FeatureInfo

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

FLAG_REQUIRED

public static int FLAG_REQUIRED { get; set; }

Property Value

int

GL_ES_VERSION_UNDEFINED

public static int GL_ES_VERSION_UNDEFINED { get; set; }

Property Value

int

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

flags

public int flags { get; set; }

Property Value

int

name

public String name { get; set; }

Property Value

String

reqGlEsVersion

public int reqGlEsVersion { get; set; }

Property Value

int

version

public int version { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for FeatureInfo()

public static FeatureInfo CreatePoolableInstance()

Returns

FeatureInfo

CreatePoolableInstance(FeatureInfo)

HPA initializer for FeatureInfo(Android.Content.Pm.FeatureInfo arg0)

public static FeatureInfo CreatePoolableInstance(FeatureInfo arg0)

Parameters

arg0 FeatureInfo

Returns

FeatureInfo

DescribeContents()

public int DescribeContents()

Returns

int

int

GetGlEsVersion()

public String GetGlEsVersion()

Returns

String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int