Struct JNetReflectorCore<T>.ConfigurationType.JVMOption
- Namespace
- MASES.JNetReflector
- Assembly
- MASES.JNetReflector.dll
public struct JNetReflectorCore<T>.ConfigurationType.JVMOption
- Inherited Members
Constructors
JVMOption(string, string)
public JVMOption(string optionName, string optionValue)
Parameters
Properties
Name
public string Name { readonly get; set; }
Property Value
Value
public string Value { readonly get; set; }