![]() CallbackTracing | A read-only property governing the tracing of callback events. |
![]() ClassesAnalysis | Returns a string that contains helpful information about the classes that are available as proxy classes. In particular, you will see exactly which classes that are available as proxy classes are not available as Java classes. This can greatly assist debugging complex deployment problems where a jarfile might be missing or incomplete. A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() ClassPathAnalysis | Returns a string that contains helpful information about the configured classpath. A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() FinalizationTracing | A read-only property governing the tracing of object finalization. |
![]() JvmTracing | A read-only property governing the tracing of JVM events. |
![]() MethodsAndFieldsAnalysis | Returns a string that contains helpful information about the methods and fields that are available in the proxy classes. In particular, you will see exactly which methods and fields are available as proxy classes but not in the Java classes on the configured classpath. This might be due to a version mismatch (new JDK used at development time, old JDK used at deployment time) or due to stale proxy classes (Java classes changed without proxies having been regenerated). A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() TypeSystemTracing | A read-only property governing the tracing of proxy-type events. |
![]() DecrementActiveProxyObjects | |
![]() DecrementRegisteredCallbacks | |
![]() IncrementActiveProxyObjects | |
![]() IncrementRegisteredCallbacks |
Diagnostics Constructor
|
Initializes a new instance of the Diagnostics class. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Diagnostics Class | Codemesh.JuggerNET Namespace