Axiom.Documentation.BuildProcess.BuildStarting C# (CSharp) Метод

BuildStarting() публичный Метод

Called before the project's help build starts.
public BuildStarting ( BuildContext context ) : void
context BuildContext Provides information about the build process.
Результат void
        public override void BuildStarting(BuildContext context)
        {
            // Uncomment the following line to break into the debugger: 
            // System.Diagnostics.Debugger.Break();

            buildStart = DateTime.Now;
        }