C# Class Monobjc.Tools.Xcode.PBXTarget

Inheritance: PBXElement
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
AddBuildPhase ( PBXBuildPhase phase ) : void

Adds the build phase.

AddTargetDependency ( PBXTargetDependency dependency ) : void

Adds the target dependency.

RemoveBuildPhase ( PBXBuildPhase phase ) : void

Removes the build phase.

RemoveTargetDependency ( PBXTargetDependency dependency ) : void

Removes the target dependency.

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

Writes this element to the writer.

Méthodes protégées

Méthode Description
PBXTarget ( ) : System

Initializes a new instance of the PBXTarget class.

Method Details

AddBuildPhase() public méthode

Adds the build phase.
public AddBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
Résultat void

AddTargetDependency() public méthode

Adds the target dependency.
public AddTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
Résultat void

PBXTarget() protected méthode

Initializes a new instance of the PBXTarget class.
protected PBXTarget ( ) : System
Résultat System

RemoveBuildPhase() public méthode

Removes the build phase.
public RemoveBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
Résultat void

RemoveTargetDependency() public méthode

Removes the target dependency.
public RemoveTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
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