|
ProcessLauncherRefresh Method
|
Clears any cached information associated with the launched process.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
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 Refresh
public:
[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
View SourceRemarks
If child process is defined, this will also clear any cached information associated with the child process.
See Also