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