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
Properties
Major
public int Major { get; init; }
Property Value
Path
public string Path { get; init; }