PSUtilityPSSnapIn Class

Definition

MshUtilityMshSnapin (or MshUtilityMshSnapinInstaller) is a class for facilitating registry of necessary information for monad utility mshsnapin.

This class will be built with monad utility dll

public sealed class PSUtilityPSSnapIn : System.Management.Automation.PSSnapIn
type PSUtilityPSSnapIn = class
    inherit PSSnapIn
Public NotInheritable Class PSUtilityPSSnapIn
Inherits PSSnapIn
Inheritance

Constructors

PSUtilityPSSnapIn()

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)

Applies to