C# 클래스 Crabwise.CommandWrap.CommandSyntaxAttribute

상속: SyntaxAttribute
파일 보기 프로젝트 열기: CrabwiseStudios/CommandWrap

공개 메소드들

메소드 설명
CommandSyntaxAttribute ( string syntax ) : System

Initializes a new instance of the CommandSyntaxAttribute class.

GetFullPath ( ) : string

Gets the full path pointing to the file name indicated by this attribute.

The System.String returned by this method is calculated by combining the CommandSyntaxAttribute.DefaultPath property and the SyntaxAttribute.Syntax property.

메소드 상세

CommandSyntaxAttribute() 공개 메소드

Initializes a new instance of the CommandSyntaxAttribute class.
public CommandSyntaxAttribute ( string syntax ) : System
syntax string The syntax of the command.
리턴 System

GetFullPath() 공개 메소드

Gets the full path pointing to the file name indicated by this attribute.
The System.String returned by this method is calculated by combining the CommandSyntaxAttribute.DefaultPath property and the SyntaxAttribute.Syntax property.
public GetFullPath ( ) : string
리턴 string