SpriteEditor.FileAssociationHelper.GetAssemblyCommand C# (CSharp) 메소드

GetAssemblyCommand() 개인적인 정적인 메소드

private static GetAssemblyCommand ( ) : string
리턴 string
        private static string GetAssemblyCommand()
        {
            string runningexe = System.Reflection.Assembly.GetEntryAssembly().CodeBase.Replace("/",@"\");
            return runningexe.Substring(8, runningexe.Length - 8) + " %1";
        }