RegiisUtility::RegisterSystemWebAssembly Method (Int32, IntPtr%)

 

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

Allows the executing Web assembly to be registered or unregistered.

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

public:
virtual void RegisterSystemWebAssembly(
	int doReg,
	[OutAttribute] IntPtr% exception
) sealed

Parameters

doReg
Type: System::Int32

0 indicates that the assembly should be unregistered; otherwise, the assembly should be registered.

exception
Type: System::IntPtr%

The exception to display.

Used to register or unregister the executing Web assembly.

.NET Framework
Available since 2.0
Return to top
Show: