ProcessExtensions
Defined in AIT.VisualStudio.TestTools.CodedUI.dll.
Extension methods for the Process class.
Static members
Static member | Description |
Close(process, force)
Signature: (process:Process * force:bool) -> unit
|
Closes the specified process. |
CloseAllInstances(process)
Signature: process:Process -> unit
|
Closes all process instances having the same name. |
CloseAllInstancesButThis(process)
Signature: process:Process -> unit
|
Closes all process instances having the same name except this. |