JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Properties | List of all members
Codemesh.JuggerNET.DashXOptionType Class Reference

A type representing a -X option. More...

Public Member Functions

 DashXOptionType ()
 Create an instance of an object that allows the setting and querying of configured -X options. More...
 

Properties

string this[string name] [get, set]
 A property allowing the getting/setting of JVM -X options. More...
 

Detailed Description

A type representing a -X option.

Constructor & Destructor Documentation

◆ DashXOptionType()

Codemesh.JuggerNET.DashXOptionType.DashXOptionType ( )
inline

Create an instance of an object that allows the setting and querying of configured -X options.

Property Documentation

◆ this[string name]

string Codemesh.JuggerNET.DashXOptionType.this[string name]
getset

A property allowing the getting/setting of JVM -X options.

Parameters
nameThe options's name. The name of a -X option should be the constant part of the setting, for example "mx" for the "-Xmx256m" option.
Returns

The documentation for this class was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.