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