mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 21:07:43 +01:00
err...
This commit is contained in:
parent
b5f1084f73
commit
9965dc313a
14 changed files with 381 additions and 406 deletions
11
Dalamud.Bootstrap/OS/Windows/ProcessCreationOptions.cs
Normal file
11
Dalamud.Bootstrap/OS/Windows/ProcessCreationOptions.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Dalamud.Bootstrap.Windows
|
||||
{
|
||||
internal sealed class ProcessCreationOptions
|
||||
{
|
||||
public string ImagePath { get; set; } = null!;
|
||||
|
||||
public string? CommandLine { get; set; } = null;
|
||||
|
||||
public bool CreateSuspended { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue