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, bool, bool, bool) |
Properties
Name | Description |
---|---|
Info | Gets compilation info passed to current preBuild/postBuild script. |
bit32 | Meta comment bit32. |
optimize | Meta comment optimize. |
outputFile | Full path of the output exe or dll file. |
outputPath | Meta comment outputPath. |
preBuild |
|
publish |
|
role | Meta comment role. |
source | Path of this C# code file in the workspace. |