C# Class Monobjc.Tools.Xcode.PBXDocument

Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
Load ( String content ) : PBXDocument

Loads the specified content.

Load ( TextReader reader ) : PBXDocument

Loads the specified reader.

LoadFromFile ( String path ) : PBXDocument

Loads from file.

PBXDocument ( ) : System

Initializes a new instance of the PBXDocument class.

Write ( ProjectWriter writer ) : void

Writes the specified writer.

WriteToFile ( String path ) : void

Writes to file.

Method Details

Load() public static méthode

Loads the specified content.
public static Load ( String content ) : PBXDocument
content String The content.
Résultat PBXDocument

Load() public static méthode

Loads the specified reader.
public static Load ( TextReader reader ) : PBXDocument
reader TextReader The reader.
Résultat PBXDocument

LoadFromFile() public static méthode

Loads from file.
public static LoadFromFile ( String path ) : PBXDocument
path String The path.
Résultat PBXDocument

PBXDocument() public méthode

Initializes a new instance of the PBXDocument class.
public PBXDocument ( ) : System
Résultat System

Write() public méthode

Writes the specified writer.
public Write ( ProjectWriter writer ) : void
writer ProjectWriter The writer.
Résultat void

WriteToFile() public méthode

Writes to file.
public WriteToFile ( String path ) : void
path String The path.
Résultat void