Table of Contents

Class UCharacter.GraphemeClusterBreak

Namespace
Android.Icu.Lang
Assembly
MASES.Netdroid.dll
public class UCharacter.GraphemeClusterBreak : JVMBridgeBase<UCharacter.GraphemeClusterBreak>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
UCharacter.GraphemeClusterBreak
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<UCharacter.GraphemeClusterBreak>.IsAssignableFrom(IJavaType)
JVMBridgeBase<UCharacter.GraphemeClusterBreak>.IsAssignableFrom<T>()
JVMBridgeBase<UCharacter.GraphemeClusterBreak>.Execute<T>(params T[])
JVMBridgeBase<UCharacter.GraphemeClusterBreak>.DynBridgeClazz
JVMBridgeBase<UCharacter.GraphemeClusterBreak>.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

GraphemeClusterBreak()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("GraphemeClusterBreak class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphemeClusterBreak()

GraphemeClusterBreak(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

[Obsolete("GraphemeClusterBreak class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphemeClusterBreak(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTROL

public static int CONTROL { get; }

Property Value

int

CR

public static int CR { get; }

Property Value

int

EXTEND

public static int EXTEND { get; }

Property Value

int

E_BASE

public static int E_BASE { get; }

Property Value

int

E_BASE_GAZ

public static int E_BASE_GAZ { get; }

Property Value

int

E_MODIFIER

public static int E_MODIFIER { get; }

Property Value

int

GLUE_AFTER_ZWJ

public static int GLUE_AFTER_ZWJ { get; }

Property Value

int

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

L

public static int L { get; }

Property Value

int

LF

public static int LF { get; }

Property Value

int

LV

public static int LV { get; }

Property Value

int

LVT

public static int LVT { get; }

Property Value

int

OTHER

public static int OTHER { get; }

Property Value

int

PREPEND

public static int PREPEND { get; }

Property Value

int

REGIONAL_INDICATOR

public static int REGIONAL_INDICATOR { get; }

Property Value

int

SPACING_MARK

public static int SPACING_MARK { get; }

Property Value

int

T

public static int T { get; }

Property Value

int

V

public static int V { get; }

Property Value

int

ZWJ

public static int ZWJ { get; }

Property Value

int