C# Class GameDevWare.Charon.Utils.ProcessExtentions

Datei anzeigen Open project: deniszykov/charon-unity3d

Public Methods

Method Description
EndGracefully ( int processId ) : void
EndGracefully ( this process ) : void

Private Methods

Method Description
WaitForExit ( Process process, System.TimeSpan timeout ) : bool

Method Details

EndGracefully() public static method

public static EndGracefully ( int processId ) : void
processId int
return void

EndGracefully() public static method

public static EndGracefully ( this process ) : void
process this
return void