Table of Contents

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

optionName string
optionValue string

Properties

Name

public string Name { readonly get; set; }

Property Value

string

Value

public string Value { readonly get; set; }

Property Value

string