ProjectManager.AssemblyChangedOnDiskAsync(Uri) Method

Definition

To be called whenever a dll that may be referenced by one of the tracked projects is added, removed or changed on disk in order to update all projects referencing it accordingly.

public System.Threading.Tasks.Task AssemblyChangedOnDiskAsync (Uri dllPath);
member this.AssemblyChangedOnDiskAsync : Uri -> System.Threading.Tasks.Task
Public Function AssemblyChangedOnDiskAsync (dllPath As Uri) As Task

Parameters

dllPath
Uri

Returns

Task

Applies to