C# Class Mono.Documentation.MDocCommand

Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Error ( string format ) : void
Message ( TraceLevel level, string format ) : void
Run ( IEnumerable args ) : void

Protected Methods

Method Description
Parse ( OptionSet p, IEnumerable args, string command, string prototype, string description ) : List

Method Details

Error() public method

public Error ( string format ) : void
format string
return void

Message() public method

public Message ( TraceLevel level, string format ) : void
level TraceLevel
format string
return void

Parse() protected method

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

Run() public abstract method

public abstract Run ( IEnumerable args ) : void
args IEnumerable
return void