| 
            
              ProcessLauncherKill Method
             | 
          
        
        
            Stops the launched process and and associated child processes.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
Syntax[AdapterCommandAttribute("Stops the launched process and and associated child processes.")]
public void Kill()<AdapterCommandAttribute("Stops the launched process and and associated child processes.")>
Public Sub Killpublic:
[AdapterCommandAttribute(L"Stops the launched process and and associated child processes.")]
void Kill()
[<AdapterCommandAttribute("Stops the launched process and and associated child processes.")>]
member Kill : unit -> unit  View Source
See Also