An event dispatched by the ProcessTask when its ProcessStartInfo is being configured to enable customization.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class ConfigureProcessStartInfoEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ConfigureProcessStartInfoEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Gallio.Common.Concurrency..::.ConfigureProcessStartInfoEventArgs

See Also