|   | ProcessLauncherRefresh Method | 
        
        
            Clears any cached information associated with the launched process.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
 Syntax
Syntax[AdapterCommandAttribute("Clears any cached information associated with the launched process.")]
public void Refresh()<AdapterCommandAttribute("Clears any cached information associated with the launched process.")>
Public Sub Refreshpublic:
[AdapterCommandAttribute(L"Clears any cached information associated with the launched process.")]
void Refresh()
[<AdapterCommandAttribute("Clears any cached information associated with the launched process.")>]
member Refresh : unit -> unit  Remarks
Remarks
            If child process is defined, this will also clear any cached information associated with the child process.
            
 See Also
See Also