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

The element for the project.
상속: PBXElement
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddProjectReference ( PBXGroup group, PBXFileReference file ) : void

Adds the project reference.

AddRegion ( String region ) : void

Adds the region.

AddTarget ( PBXTarget target ) : void

Adds the target.

PBXProject ( ) : System

Initializes a new instance of the PBXProject class.

RemoveProjectReference ( PBXFileReference file ) : void

Removes the project reference.

RemoveRegion ( String region ) : void

Removes the region.

RemoveTarget ( PBXTarget target ) : void

Removes the target.

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

Writes this element to the writer.

메소드 상세

Accept() 공개 메소드

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
리턴 void

AddProjectReference() 공개 메소드

Adds the project reference.
public AddProjectReference ( PBXGroup group, PBXFileReference file ) : void
group PBXGroup The group.
file PBXFileReference The file.
리턴 void

AddRegion() 공개 메소드

Adds the region.
public AddRegion ( String region ) : void
region String The region.
리턴 void

AddTarget() 공개 메소드

Adds the target.
public AddTarget ( PBXTarget target ) : void
target PBXTarget The target.
리턴 void

PBXProject() 공개 메소드

Initializes a new instance of the PBXProject class.
public PBXProject ( ) : System
리턴 System

RemoveProjectReference() 공개 메소드

Removes the project reference.
public RemoveProjectReference ( PBXFileReference file ) : void
file PBXFileReference The file.
리턴 void

RemoveRegion() 공개 메소드

Removes the region.
public RemoveRegion ( String region ) : void
region String The region.
리턴 void

RemoveTarget() 공개 메소드

Removes the target.
public RemoveTarget ( PBXTarget target ) : void
target PBXTarget The target.
리턴 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