ProjectManager.AssemblyChangedOnDiskAsync(Uri) 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.
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