ModuleDefinition Class
Encapsulates information about a specific management module, such as its name, associated service type, and the assembly that contains the module.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ModuleDefinition(String, String) | Initializes a new instance of the ModuleDefinition class. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets the parameters that were used to create the module definition. This property is not implemented; it always gets an empty list. |
![]() | ClientModuleTypeName | Gets the client module type name that was used to create the module definition. |
![]() | Name | Gets the name that was used to create the module definition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

