Deployer.UpdateAssemblies(String[], Boolean, String) 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.
public:
void UpdateAssemblies(cli::array <System::String ^> ^ assemblyPathnames, bool install, System::String ^ logPathname);
public void UpdateAssemblies (string[] assemblyPathnames, bool install, string logPathname);
member this.UpdateAssemblies : string[] * bool * string -> unit
Public Sub UpdateAssemblies (assemblyPathnames As String(), install As Boolean, logPathname As String)
Parameters
- assemblyPathnames
- String[]
- install
- Boolean
- logPathname
- String