JuggerNET Runtime Library

Diagnostics.ClassesAnalysis Property

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.

public static string ClassesAnalysis {get;}

See Also

Diagnostics Class | Codemesh.JuggerNET Namespace