Table of Contents

Class ViewDebug.HierarchyTraceType

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BUILD_CACHE

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType BUILD_CACHE { get; set; }

Property Value

ViewDebug.HierarchyTraceType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DRAW

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType DRAW { get; set; }

Property Value

ViewDebug.HierarchyTraceType

INVALIDATE

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType INVALIDATE { get; set; }

Property Value

ViewDebug.HierarchyTraceType

INVALIDATE_CHILD

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType INVALIDATE_CHILD { get; set; }

Property Value

ViewDebug.HierarchyTraceType

INVALIDATE_CHILD_IN_PARENT

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType INVALIDATE_CHILD_IN_PARENT { get; set; }

Property Value

ViewDebug.HierarchyTraceType

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

ON_LAYOUT

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType ON_LAYOUT { get; set; }

Property Value

ViewDebug.HierarchyTraceType

ON_MEASURE

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType ON_MEASURE { get; set; }

Property Value

ViewDebug.HierarchyTraceType

REQUEST_LAYOUT

[Obsolete("Deprecated in JVM")]
public static ViewDebug.HierarchyTraceType REQUEST_LAYOUT { get; set; }

Property Value

ViewDebug.HierarchyTraceType

Methods

ValueOf(String)

public static ViewDebug.HierarchyTraceType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

ViewDebug.HierarchyTraceType

ViewDebug.HierarchyTraceType

Values()

public static ViewDebug.HierarchyTraceType[] Values()

Returns

HierarchyTraceType[]

ViewDebug.HierarchyTraceType