IRegiisUtility::RemoveBrowserCaps Method (IntPtr%)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the browser-capabilities code generator to be uninstalled.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

void RemoveBrowserCaps(
	[OutAttribute] IntPtr% exception
)

Parameters

exception
Type: System::IntPtr%

An IntPtr that points to the exception thrown by the method. If no exception is thrown, the value is Zero.

Exception Condition
Exception

The attempt to uninstall the browser-capabilities code generator fails.

.NET Framework
Available since 2.0
Return to top
Show: