BrowserCapabilitiesCodeGenerator.Uninstall 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.
Removes the browser capabilities factory from the global assembly cache and deletes its strong name public key token file.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
bool Uninstall();
public bool Uninstall ();
member this.Uninstall : unit -> bool
Public Function Uninstall () As Boolean
Returns
true
if the browser capabilities factory was uninstalled from the global assembly cache; otherwise, false
.
Remarks
This method restarts the Web service. The browser capabilities factory is then removed from the global assembly cache, and its strong name public key token file is deleted. The Web service is then restarted again if the uninstall succeeds.