RegiisUtility.RegisterAsnetMmcAssembly Method
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered.
Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)] public void RegisterAsnetMmcAssembly( int doReg, string typeName, string binaryDirectory, out IntPtr exception )
Parameters
- doReg
- Type: System.Int32
0 indicates that the assembly should be unregistered; otherwise, the assembly should be registered.
- typeName
- Type: System.String
The type of the assembly.
- binaryDirectory
- Type: System.String
The path of the binary directory.
- exception
- Type: System.IntPtr
The exception to display.
Implements
IRegiisUtility.RegisterAsnetMmcAssembly(Int32, String, String, IntPtr)Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.