IRegiisUtility::RegisterSystemWebAssembly Method (Int32, IntPtr%)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: