ConsoleCommandAttribute ClassDelta Engine Documentation
Must be used when a method should be visible and executable from the Console. View code on GitHub
Inheritance Hierarchy

System Object
  System Attribute
    DeltaEngine.Core ConsoleCommandAttribute

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class ConsoleCommandAttribute : Attribute

The ConsoleCommandAttribute type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandAttribute
Initializes a new instance of the ConsoleCommandAttribute class
Top
Properties

  NameDescription
Public propertyName
Top
See Also