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

상속: PBXBuildPhase
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

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

메소드 상세

Accept() 공개 메소드

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

AddInputPath() 공개 메소드

Adds the input path.
public AddInputPath ( String path ) : void
path String The path.
리턴 void

AddOutputPath() 공개 메소드

Adds the output path.
public AddOutputPath ( String path ) : void
path String The path.
리턴 void

PBXShellScriptBuildPhase() 공개 메소드

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

RemoveInputPath() 공개 메소드

Removes the input path.
public RemoveInputPath ( String path ) : void
path String The path.
리턴 void

RemoveOutputPath() 공개 메소드

Removes the output path.
public RemoveOutputPath ( String path ) : void
path String The path.
리턴 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