Свойство | Тип | Описание | |
---|---|---|---|
Override | bool |
Метод | Описание | |
---|---|---|
Main ( string args ) : int |
Main entrypoint for Autopackage.
|
Метод | Описание | |
---|---|---|
Fail ( string text, IEnumerable |
||
Main ( IEnumerable |
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 |
protected Fail ( string text, IEnumerable |
||
text | string | |
failures | IEnumerable |
|
Результат | int |
protected Main ( IEnumerable |
||
args | IEnumerable |
/// The command line arguments. /// |
Результат | int |
public static Main ( string args ) : int | ||
args | string | /// The command line arguments /// |
Результат | int |