RegiisUtility::RegisterAsnetMmcAssembly Method
Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public: virtual void RegisterAsnetMmcAssembly( int doReg, String^ typeName, String^ binaryDirectory, [OutAttribute] IntPtr% exception ) sealed
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%)- SecurityPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- SecurityPermission
for executing unmanaged code. Demand value: Demand.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.