Show / Hide Table of Contents

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
Inheritance
object
PrePostBuild

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

true if the script used with meta preBuild, false if with postBuild.

publish

true when publishing.

role

Meta comment role.

source

Path of this C# code file in the workspace.