AdvancedLauncher.SDK.Management.Commands.AbstractCommand.DoCommand C# (CSharp) 메소드

DoCommand() 공개 추상적인 메소드

The command action
public abstract DoCommand ( string args ) : bool
args string Input arguments
리턴 bool
        public abstract bool DoCommand(string[] args);