JuggerNET Runtime Library

Diagnostics.MethodsAndFieldsAnalysis Property

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.

public static string MethodsAndFieldsAnalysis {get;}

See Also

Diagnostics Class | Codemesh.JuggerNET Namespace