JuggerNET Runtime Library

IJvmOptions.EnableClassGC Property

Enables class garbage collection if set to true.

[ConfigOption(OptionName="null", Name="null")]
bool EnableClassGC {get; set;}

Remarks

This property corresponds with removing the Java -Xnoclassgc option.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace | DisableClassGC