C# Класс CoApp.Autopackage.AutopackageMain

Main Program for command line coapp tool
Наследование: AsyncConsoleProgram
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Override bool

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

Метод Описание
Main ( string args ) : int

Main entrypoint for Autopackage.

Защищенные методы

Метод Описание
Fail ( string text, IEnumerable failures ) : int
Main ( IEnumerable args ) : int

The (non-static) startup method

Приватные методы

Метод Описание
CreatePackageFile ( ) : void
CreatePackageModel ( ) : void
FailOnErrors ( ) : void
FindCertificate ( ) : void
HandleErrors ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleMessage ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleWarnings ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
Verbose ( string text ) : void

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

Fail() защищенный Метод

protected Fail ( string text, IEnumerable failures ) : int
text string
failures IEnumerable
Результат int

Main() защищенный Метод

The (non-static) startup method
protected Main ( IEnumerable args ) : int
args IEnumerable /// The command line arguments. ///
Результат int

Main() публичный статический Метод

Main entrypoint for Autopackage.
public static Main ( string args ) : int
args string /// The command line arguments ///
Результат int

Описание свойств

Override публичное статическое свойство

public static bool Override
Результат bool