AcManager.Tools.Starters.BaseStarter.TryToGetGameProcess C# (CSharp) 메소드

TryToGetGameProcess() 개인적인 메소드

private TryToGetGameProcess ( ) : Process
리턴 System.Diagnostics.Process
        private Process TryToGetGameProcess() {
            return Process.GetProcessesByName(AcsName.ApartFromLast(".exe", StringComparison.OrdinalIgnoreCase)).FirstOrDefault();
        }