wx.ProcessUtils.ShellProcessEvent Class Reference

Inheritance diagram for wx.ProcessUtils.ShellProcessEvent:

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 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.ProcessUtils.ShellProcessEvent.RequestCancellation (  ) 

Call this to request a cancellation of this process.


Property Documentation

bool wx.ProcessUtils.ShellProcessEvent.CancelRequest [get]

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

System.Diagnostics.Process wx.ProcessUtils.ShellProcessEvent.Process [get]

The process that has been started.

System.Diagnostics.ProcessStartInfo wx.ProcessUtils.ShellProcessEvent.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