DirectoryCatalog.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.NET