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