AdvancedLauncher.SDK.Management.Commands.AbstractCommand.GetName C# (CSharp) Method

GetName() public method

Command name to execute
public GetName ( ) : string
return string
        public virtual string GetName()
        {
            return commandName;
        }