Table of Contents

Class UScript.ScriptUsage

Namespace
Android.Icu.Lang
Assembly
MASES.Netdroid.dll
public class UScript.ScriptUsage : Enum<UScript.ScriptUsage>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<UScript.ScriptUsage>>, IComparable<UScript.ScriptUsage>, ISerializable
Inheritance
UScript.ScriptUsage
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ASPIRATIONAL

public static UScript.ScriptUsage ASPIRATIONAL { get; set; }

Property Value

UScript.ScriptUsage

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXCLUDED

public static UScript.ScriptUsage EXCLUDED { get; set; }

Property Value

UScript.ScriptUsage

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

LIMITED_USE

public static UScript.ScriptUsage LIMITED_USE { get; set; }

Property Value

UScript.ScriptUsage

NOT_ENCODED

public static UScript.ScriptUsage NOT_ENCODED { get; set; }

Property Value

UScript.ScriptUsage
public static UScript.ScriptUsage RECOMMENDED { get; set; }

Property Value

UScript.ScriptUsage

UNKNOWN

public static UScript.ScriptUsage UNKNOWN { get; set; }

Property Value

UScript.ScriptUsage

Methods

ValueOf(String)

public static UScript.ScriptUsage ValueOf(String arg0)

Parameters

arg0 String

String

Returns

UScript.ScriptUsage

UScript.ScriptUsage

Values()

public static UScript.ScriptUsage[] Values()

Returns

ScriptUsage[]

UScript.ScriptUsage