Table of Contents

Class ViewDebug

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class ViewDebug : JVMBridgeBase<ViewDebug>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ViewDebug
Implements
Extension Methods

Constructors

ViewDebug()

public ViewDebug()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

TRACE_HIERARCHY

[Obsolete("Deprecated in JVM")]
public static bool TRACE_HIERARCHY { get; set; }

Property Value

bool

TRACE_RECYCLER

[Obsolete("Deprecated in JVM")]
public static bool TRACE_RECYCLER { get; set; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for ViewDebug()

public static ViewDebug CreatePoolableInstance()

Returns

ViewDebug

DumpCapturedView(String, object)

public static void DumpCapturedView(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

StartHierarchyTracing(String, View)

[Obsolete("Deprecated in JVM")]
public static void StartHierarchyTracing(String arg0, View arg1)

Parameters

arg0 String

String

arg1 View

View

StartRecyclerTracing(String, View)

[Obsolete("Deprecated in JVM")]
public static void StartRecyclerTracing(String arg0, View arg1)

Parameters

arg0 String

String

arg1 View

View

StopHierarchyTracing()

[Obsolete("Deprecated in JVM")]
public static void StopHierarchyTracing()

StopRecyclerTracing()

[Obsolete("Deprecated in JVM")]
public static void StopRecyclerTracing()

Trace(View, HierarchyTraceType)

[Obsolete("Deprecated in JVM")]
public static void Trace(View arg0, ViewDebug.HierarchyTraceType arg1)

Parameters

arg0 View

View

arg1 ViewDebug.HierarchyTraceType

ViewDebug.HierarchyTraceType

Trace(View, RecyclerTraceType, params int[])

[Obsolete("Deprecated in JVM")]
public static void Trace(View arg0, ViewDebug.RecyclerTraceType arg1, params int[] arg2)

Parameters

arg0 View

View

arg1 ViewDebug.RecyclerTraceType

ViewDebug.RecyclerTraceType

arg2 int[]

int