mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
Now we have to implement custom Process.Start()
This commit is contained in:
parent
e216227429
commit
3e6675adc0
3 changed files with 24 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ namespace Dalamud.Bootstrap
|
|||
return new Process(handle);
|
||||
}
|
||||
|
||||
private uint GetPid() => Win32.GetProcessId(m_handle);
|
||||
public uint GetPid() => Win32.GetProcessId(m_handle);
|
||||
|
||||
public void Terminate(uint exitCode = 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue