C# Class Mercurial.Attributes.ArgumentAttribute

This attribute can be applied to properties of command classes to provide the Mercurial executable with options, based on the properties of the command class.
Inheritance: System.Attribute
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
GetOptions ( object propertyValue ) : string[]

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.

Method Details

GetOptions() public abstract méthode

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.
public abstract GetOptions ( object propertyValue ) : string[]
propertyValue object /// The property value from the tagged property of the command class. ///
Résultat string[]