PSCorePSSnapIn Class

Definition

MshCoreMshSnapin (or MshCoreMshSnapinInstaller) is a class for facilitating registry of necessary information for monad core mshsnapin.

This class will be built with monad core engine dll (System.Management.Automation.dll).

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

Constructors

PSCorePSSnapIn()

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

Get format files to be used for this mshsnapin.

Name

Get name of this mshsnapin.

Types

Get type files to be used for this mshsnapin.

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