Class ViewDebug
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TRACE_HIERARCHY
[Obsolete("Deprecated in JVM")]
public static bool TRACE_HIERARCHY { get; set; }
Property Value
TRACE_RECYCLER
[Obsolete("Deprecated in JVM")]
public static bool TRACE_RECYCLER { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ViewDebug()
public static ViewDebug CreatePoolableInstance()
Returns
DumpCapturedView(String, object)
public static void DumpCapturedView(String arg0, object arg1)
Parameters
StartHierarchyTracing(String, View)
[Obsolete("Deprecated in JVM")]
public static void StartHierarchyTracing(String arg0, View arg1)
Parameters
StartRecyclerTracing(String, View)
[Obsolete("Deprecated in JVM")]
public static void StartRecyclerTracing(String arg0, View arg1)
Parameters
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
Trace(View, RecyclerTraceType, params int[])
[Obsolete("Deprecated in JVM")]
public static void Trace(View arg0, ViewDebug.RecyclerTraceType arg1, params int[] arg2)
Parameters
arg0Viewarg1ViewDebug.RecyclerTraceTypearg2int[]