C# Class UnityEditor.iOS.Xcode.PBX.XCBuildConfigurationData

Inheritance: PBXObjectData
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
entries BuildConfigEntryData>.SortedDictionary

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
EscapeWithQuotesIfNeeded ( string name, string value ) : string

Method Details

AddProperty() public méthode

public AddProperty ( string name, string value ) : void
name string
value string
Résultat void

Create() public static méthode

public static Create ( string name ) : XCBuildConfigurationData
name string
Résultat XCBuildConfigurationData

RemoveProperty() public méthode

public RemoveProperty ( string name ) : void
name string
Résultat void

RemovePropertyValue() public méthode

public RemovePropertyValue ( string name, string value ) : void
name string
value string
Résultat void

RemovePropertyValueList() public méthode

public RemovePropertyValueList ( string name, IEnumerable valueList ) : void
name string
valueList IEnumerable
Résultat void

SetProperty() public méthode

public SetProperty ( string name, string value ) : void
name string
value string
Résultat void

UpdateProps() public méthode

public UpdateProps ( ) : void
Résultat void

UpdateVars() public méthode

public UpdateVars ( ) : void
Résultat void

Property Details

entries protected_oe property

protected SortedDictionary entries
Résultat BuildConfigEntryData>.SortedDictionary