C# Class Mono.Documentation.MDocCommand

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Error ( string format ) : void
Message ( TraceLevel level, string format ) : void
Run ( IEnumerable args ) : void

Méthodes protégées

Méthode Description
Parse ( OptionSet p, IEnumerable args, string command, string prototype, string description ) : List

Method Details

Error() public méthode

public Error ( string format ) : void
format string
Résultat void

Message() public méthode

public Message ( TraceLevel level, string format ) : void
level TraceLevel
format string
Résultat void

Parse() protected méthode

protected Parse ( OptionSet p, IEnumerable args, string command, string prototype, string description ) : List
p OptionSet
args IEnumerable
command string
prototype string
description string
Résultat List

Run() public abstract méthode

public abstract Run ( IEnumerable args ) : void
args IEnumerable
Résultat void