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

GetDescription() public method

Command description
public GetDescription ( ) : string
return string
        public virtual string GetDescription()
        {
            return commandDescription;
        }