C# Class Axiom.Scripting.CommandAttribute

Inheritance: System.Attribute
显示文件 Open project: WolfgangSt/axiom

Public Methods

Method Description
CommandAttribute ( string name ) : System

Constructor.

CommandAttribute ( string name, string description ) : System

Constructor.

CommandAttribute ( string name, string description, Type target ) : System

Constructor.

Method Details

CommandAttribute() public method

Constructor.
public CommandAttribute ( string name ) : System
name string
return System

CommandAttribute() public method

Constructor.
public CommandAttribute ( string name, string description ) : System
name string
description string
return System

CommandAttribute() public method

Constructor.
public CommandAttribute ( string name, string description, Type target ) : System
name string
description string
target System.Type
return System