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