C# 클래스 Mono.Documentation.MDocCommand

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Error ( string format ) : void
Message ( TraceLevel level, string format ) : void
Run ( IEnumerable args ) : void

보호된 메소드들

메소드 설명
Parse ( OptionSet p, IEnumerable args, string command, string prototype, string description ) : List

메소드 상세

Error() 공개 메소드

public Error ( string format ) : void
format string
리턴 void

Message() 공개 메소드

public Message ( TraceLevel level, string format ) : void
level TraceLevel
format string
리턴 void

Parse() 보호된 메소드

protected Parse ( OptionSet p, IEnumerable args, string command, string prototype, string description ) : List
p OptionSet
args IEnumerable
command string
prototype string
description string
리턴 List

Run() 공개 추상적인 메소드

public abstract Run ( IEnumerable args ) : void
args IEnumerable
리턴 void