IRegiisUtility.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)

Sub RegisterSystemWebAssembly (
	doReg As Integer,
	<OutAttribute> ByRef exception As IntPtr
)

Parameters

doReg
Type: System.Int32

A value of 0 indicates that the assembly should be unregistered. A value other than 0 indicates that the assembly should be registered.

exception
Type: System.IntPtr

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

.NET Framework
Available since 2.0
Return to top
Show: