Microsoft.Aspnet.Snapin Namespace
Contains classes that are necessary for the ASP.NET management console application to interact with the Microsoft Management Console (MMC).
Classes
AspNetManagementUtility |
Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC). This class cannot be inherited. |
Structs
CLSID |
Serves as a wrapper for a globally unique identifier (GUID) for a COM class. |
CONTEXTMENUITEM |
Defines a new menu item, submenu, or insertion point for the AddItem(CONTEXTMENUITEM) method. |
FORMATETC |
A generalized Clipboard format containing a target device, the aspect or view of the data, and a storage medium indicator. |
MMC_LISTPAD_INFO |
Filled by the GetListPadInfo(String, MMC_LISTPAD_INFO) method to specify the title text, optional button text, and optional button command identification for a list-view task pad. |
MMC_TASK |
Specifies all the data that is required to set up an individual task on a task pad. |
MMC_TASK_DISPLAY_OBJECT |
Specifies the type of image and data that is required to use the image to display a task or the background on a task pad. |
MMCBUTTON |
Contains values that are used to create buttons on a toolbar. |
RESULTDATAITEM |
Specifies or receives the attributes of result items in the results pane of the snap-in. |
SCOPEDATAITEM |
Specifies items to be inserted into the scope pane. |
STGMEDIUM |
Provides a generalized global memory handle to use for data transfer operations. |
Interfaces
IAspNetManagementUtility |
Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC). |
IContextMenuCallback |
Adds menu items to a shortcut menu. |
IDataObject |
Creates a connection between a caller and a data object implementing the IDataObject interface. This connection enables notifications of changes in the data for the data object to the caller. |
IEnumFORMATETC |
Used to enumerate an array of FORMATETC structures. |
IExtendContextMenu |
Enables a snap-in to add items to an existing shortcut menu. |
IExtendPropertySheet |
Enables a snap-in component to add property pages to the property sheet of an item. |
IExtendPropertySheet2 |
Enables a snap-in component to add property pages to the property sheet of an item. |
IPropertySheetCallback |
Adds the property pages for the snap-in to a property sheet. |
ISnapinAbout |
Allows the console to get copyright and version information and images for the static folder from a snap-in. |
Enums
MMC_CONTROL_TYPE |
Specifies the types of controls that can appear on the control bar. |
Delegates
DialogProc |
Processes messages that are sent to a modal or modeless dialog box. |
PropSheetPageProc |
Specifies a callback function that a property sheet calls when a page is created and when the page is about to be destroyed. |