C# Класс Monobjc.Tools.Generators.XibCompiler

Wrapper for XIB file compilation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Compile ( String xibFile, String directory ) : bool

Compiles the specified XIB file.

XibCompiler ( ) : System

Initializes a new instance of the XibCompiler class.

Описание методов

Compile() публичный Метод

Compiles the specified XIB file.
public Compile ( String xibFile, String directory ) : bool
xibFile String The XIB file.
directory String The directory.
Результат bool

XibCompiler() публичный Метод

Initializes a new instance of the XibCompiler class.
public XibCompiler ( ) : System
Результат System