MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / Kill

Method Kill

PerformanceMonitor/TargetProgram.cs:224–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 public event OnResourceClearedHandler OnResourceCleared;
223
224 public void Kill()
225 {
226 if (_Process != null && !_Process.HasExited)
227 _Process.Kill();
228 }
229
230 public bool IsRunning()
231 {

Callers 1

MainForm_FormClosingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected