C# 클래스 Monobjc.Tools.Xcode.PBXTarget

상속: PBXElement
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
PBXTarget ( ) : System

Initializes a new instance of the PBXTarget class.

메소드 상세

AddBuildPhase() 공개 메소드

Adds the build phase.
public AddBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
리턴 void

AddTargetDependency() 공개 메소드

Adds the target dependency.
public AddTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
리턴 void

PBXTarget() 보호된 메소드

Initializes a new instance of the PBXTarget class.
protected PBXTarget ( ) : System
리턴 System

RemoveBuildPhase() 공개 메소드

Removes the build phase.
public RemoveBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
리턴 void

RemoveTargetDependency() 공개 메소드

Removes the target dependency.
public RemoveTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
리턴 void

WriteTo() 공개 메소드

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