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