JuggerNET Runtime Library

Verbosity Enumeration

The verbosity level of the JVM.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Serializable]
[Flags]
public enum Verbosity

Members

Member Name Description Value
None 0
Class 1
GC 2
JNI 4
All 7

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

Codemesh.JuggerNET Namespace