C# Class GameDevWare.Charon.Utils.ProcessExtentions

Afficher le fichier Open project: deniszykov/charon-unity3d

Méthodes publiques

Méthode Description
EndGracefully ( int processId ) : void
EndGracefully ( this process ) : void

Private Methods

Méthode Description
WaitForExit ( Process process, System.TimeSpan timeout ) : bool

Method Details

EndGracefully() public static méthode

public static EndGracefully ( int processId ) : void
processId int
Résultat void

EndGracefully() public static méthode

public static EndGracefully ( this process ) : void
process this
Résultat void