C# 클래스 Command.CommandParameter

Records details of a Command parameter.
상속: ISetting
파일 보기 프로젝트 열기: agardiner/hfmcmd 1 사용 예제들

공개 메소드들

메소드 설명
CommandParameter ( ParameterInfo pi ) : System
HasUda ( string uda ) : bool

Returns true if the parameter is tagged with the Uda

IsCurrent ( System.Version version ) : bool

Returns true if the parameter is current

ToString ( ) : string

메소드 상세

CommandParameter() 공개 메소드

public CommandParameter ( ParameterInfo pi ) : System
pi System.Reflection.ParameterInfo
리턴 System

HasUda() 공개 메소드

Returns true if the parameter is tagged with the Uda
public HasUda ( string uda ) : bool
uda string
리턴 bool

IsCurrent() 공개 메소드

Returns true if the parameter is current
public IsCurrent ( System.Version version ) : bool
version System.Version
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string