C# 클래스 UnityEditor.iOS.Xcode.PBX.XCBuildConfigurationData

상속: PBXObjectData
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
entries BuildConfigEntryData>.SortedDictionary

공개 메소드들

메소드 설명
AddProperty ( string name, string value ) : void
Create ( string name ) : XCBuildConfigurationData
RemoveProperty ( string name ) : void
RemovePropertyValue ( string name, string value ) : void
RemovePropertyValueList ( string name, IEnumerable valueList ) : void
SetProperty ( string name, string value ) : void
UpdateProps ( ) : void
UpdateVars ( ) : void

비공개 메소드들

메소드 설명
EscapeWithQuotesIfNeeded ( string name, string value ) : string

메소드 상세

AddProperty() 공개 메소드

public AddProperty ( string name, string value ) : void
name string
value string
리턴 void

Create() 공개 정적인 메소드

public static Create ( string name ) : XCBuildConfigurationData
name string
리턴 XCBuildConfigurationData

RemoveProperty() 공개 메소드

public RemoveProperty ( string name ) : void
name string
리턴 void

RemovePropertyValue() 공개 메소드

public RemovePropertyValue ( string name, string value ) : void
name string
value string
리턴 void

RemovePropertyValueList() 공개 메소드

public RemovePropertyValueList ( string name, IEnumerable valueList ) : void
name string
valueList IEnumerable
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string name, string value ) : void
name string
value string
리턴 void

UpdateProps() 공개 메소드

public UpdateProps ( ) : void
리턴 void

UpdateVars() 공개 메소드

public UpdateVars ( ) : void
리턴 void

프로퍼티 상세

entries 보호되어 있는 프로퍼티

protected SortedDictionary entries
리턴 BuildConfigEntryData>.SortedDictionary