Edit

Share via


BrowserCapabilitiesCodeGenerator.Uninstall Method

Definition

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.

Applies to

See also