C# Class Monobjc.Tools.Generators.XibCompiler

Wrapper for XIB file compilation.
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( String xibFile, String directory ) : bool

Compiles the specified XIB file.

XibCompiler ( ) : System

Initializes a new instance of the XibCompiler class.

Method Details

Compile() public méthode

Compiles the specified XIB file.
public Compile ( String xibFile, String directory ) : bool
xibFile String The XIB file.
directory String The directory.
Résultat bool

XibCompiler() public méthode

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