PSHostPSSnapIn 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.
PSHostMshSnapin (or PSHostMshSnapinInstaller) is a class for facilitating registry of necessary information for monad host mshsnapin.
This class will be built with monad host engine dll (Microsoft.PowerShell.ConsoleHost.dll).
public ref class PSHostPSSnapIn sealed : System::Management::Automation::PSSnapIn
public sealed class PSHostPSSnapIn : System.Management.Automation.PSSnapIn
type PSHostPSSnapIn = class
inherit PSSnapIn
Public NotInheritable Class PSHostPSSnapIn
Inherits PSSnapIn
- Inheritance
Constructors
PSHostPSSnapIn() |
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) |