This documentation is archived and is not being maintained.
AspNetManagementUtility::RegisterAsnetMmcAssembly Method
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Registers the ASP.NET snap-in with the Microsoft Management Console (MMC).
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
public: virtual void RegisterAsnetMmcAssembly( int doReg, String^ typeName, String^ binaryDirectory, [OutAttribute] IntPtr% exception ) sealed
Parameters
- doReg
- Type: System::Int32
A 1 to register or a 0 to unregister the type.
- typeName
- Type: System::String
The name of the type to register
- binaryDirectory
- Type: System::String
The directory containing the assembly.
- exception
- Type: System::IntPtr%
A pointer to any exception thrown during registration.
Implements
IAspNetManagementUtility::RegisterAsnetMmcAssembly(Int32, String, String, IntPtr%)For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: