C# 클래스 Axiom.Scripting.CommandAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
CommandAttribute ( string name ) : System

Constructor.

CommandAttribute ( string name, string description ) : System

Constructor.

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

Constructor.

메소드 상세

CommandAttribute() 공개 메소드

Constructor.
public CommandAttribute ( string name ) : System
name string
리턴 System

CommandAttribute() 공개 메소드

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

CommandAttribute() 공개 메소드

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