Table of Contents

Class JavaService.JavaInstall

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll
public record JavaService.JavaInstall : IEquatable<JavaService.JavaInstall>
Inheritance
JavaService.JavaInstall
Implements
Inherited Members

Constructors

JavaInstall(string, int)

public JavaInstall(string Path, int Major)

Parameters

Path string
Major int

Properties

Major

public int Major { get; init; }

Property Value

int

Path

public string Path { get; init; }

Property Value

string