DirectoryCatalog.Refresh Method

Definition

Refreshes the ComposablePartDefinition objects with the latest files in the directory that match the search pattern.

public:
 void Refresh();
public void Refresh ();
member this.Refresh : unit -> unit
Public Sub Refresh ()

Exceptions

The specified path has been removed since object construction.

Remarks

If files were added to the directory, they are also added to the catalog. If files were removed from the directory, they are also removed from the catalog. For files that have been removed, the assembly cannot be unloaded from the process, so ComposablePartDefinition objects for those files will be removed only from the catalog.

Applies to