Class PrePostBuild
Contains compilation info passed to current preBuild/postBuild script.
public record PrePostBuild : IEquatable<PrePostBuild>
Examples
/*/ role editorExtension; /*/
var c = PrePostBuild.Info;
print.it(c);
print.it(c.outputFile);
Namespace: Au.More
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| PrePostBuild(string, string, string, string, bool, string, bool, bool) |
Properties
| Name | Description |
|---|---|
| Info | Gets compilation info passed to current preBuild/postBuild script. |
| optimize | Meta comment optimize. |
| outputFile | Full path of the output exe or dll file. |
| outputPath | Meta comment outputPath. |
| platform | Meta comment platform. |
| preBuild |
|
| publish |
|
| role | Meta comment role. |
| source | Path of this C# code file in the workspace. |