PSManagementPSSnapIn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MshManagementMshSnapin (or MshManagementMshSnapinInstaller) is a class for facilitating registry of necessary information for monad management mshsnapin.
This class will be built with monad management dll
public sealed class PSManagementPSSnapIn : System.Management.Automation.PSSnapIn
type PSManagementPSSnapIn = class
inherit PSSnapIn
Public NotInheritable Class PSManagementPSSnapIn
Inherits PSSnapIn
- Inheritance
Constructors
PSManagementPSSnapIn() |
Create an instance of this class. |
Properties
Description |
Get the default description string for this mshsnapin. |
DescriptionResource |
Get resource information for description. This is a string of format: resourceBaseName,resourceName. |
Formats |
Gets list of format files to be loaded for this mshsnapin. (Inherited from PSSnapIn) |
Name |
Get name of this mshsnapin. |
Types |
Gets list of type files to be loaded for this mshsnapin. (Inherited from PSSnapIn) |
Vendor |
Get the default vendor string for this mshsnapin. |
VendorResource |
Get resource information for vendor. This is a string of format: resourceBaseName,resourceName. |
Methods
Install(IDictionary) | (Inherited from PSInstaller) |
Rollback(IDictionary) |
Rollback this msh component (Inherited from PSInstaller) |
Uninstall(IDictionary) |
Uninstall this msh component (Inherited from PSInstaller) |