namespace ElectronNET.API.Entities { /// /// /// public class RelaunchOptions { /// /// Gets or sets the arguments. /// /// /// The arguments. /// public string[] Args { get; set; } /// /// Gets or sets the execute path. /// /// /// The execute path. /// public string ExecPath { get; set; } } }