CommandAttribute public abstract class CommandAttribute : Attribute Registers command type in the interpreter. Documentation Code public int Id { get; } Gets unique identifier of the log entry. protected CommandAttribute(int id) Registers command type in the interpreter.