wx.Build.BuildProcessRefersToShellProcess Class Reference

Inheritance diagram for wx.Build.BuildProcessRefersToShellProcess:

Inheritance graph

List of all members.

Public Member Functions

void RequestCancellation ()

Properties

bool CancelRequest [get]
System.Diagnostics.Process Process [get]
System.Diagnostics.ProcessStartInfo StartInfo [get]


Detailed Description

This event will be raised if the build process refers to a shell process (instance of System.Diagnostics.Process), e.g. to state that a process has been started running a build tool like a compiler.

Member Function Documentation

void wx.Build.BuildProcessRefersToShellProcess.RequestCancellation (  ) 

Call this to request a cancellation of this process.


Property Documentation

bool wx.Build.BuildProcessRefersToShellProcess.CancelRequest [get]

True iff another handler has requested to cancel (kill) the process.

System.Diagnostics.Process wx.Build.BuildProcessRefersToShellProcess.Process [get]

The process that has been started.

System.Diagnostics.ProcessStartInfo wx.Build.BuildProcessRefersToShellProcess.StartInfo [get]

The start info of the process that has been started.


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe