C# Class Monobjc.Tools.Xcode.PBXShellScriptBuildPhase

Inheritance: PBXBuildPhase
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddInputPath ( String path ) : void

Adds the input path.

AddOutputPath ( String path ) : void

Adds the output path.

PBXShellScriptBuildPhase ( ) : System

Initializes a new instance of the PBXShellScriptBuildPhase class.

RemoveInputPath ( String path ) : void

Removes the input path.

RemoveOutputPath ( String path ) : void

Removes the output path.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Résultat void

AddInputPath() public méthode

Adds the input path.
public AddInputPath ( String path ) : void
path String The path.
Résultat void

AddOutputPath() public méthode

Adds the output path.
public AddOutputPath ( String path ) : void
path String The path.
Résultat void

PBXShellScriptBuildPhase() public méthode

Initializes a new instance of the PBXShellScriptBuildPhase class.
public PBXShellScriptBuildPhase ( ) : System
Résultat System

RemoveInputPath() public méthode

Removes the input path.
public RemoveInputPath ( String path ) : void
path String The path.
Résultat void

RemoveOutputPath() public méthode

Removes the output path.
public RemoveOutputPath ( String path ) : void
path String The path.
Résultat void

WriteTo() public méthode

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
Résultat void