PSSnapIn
Class
Definition
MshSnapin is a class for regular mshsnapin's which is constructed based on mshsnapin assembly.
This class derives from PSSnapInInstaller and will be used as the base
for all regular mshsnapins.
public abstract class PSSnapIn : System.Management.Automation.PSSnapInInstaller
- Inheritance
- Derived
Inherited Members
System.Management.Automation.PSInstaller
System.Management.Automation.PSSnapInInstaller
Remarks
Developers should derive from this class when implementing their own mshsnapins.
Derived mshsnapins should be denotated with [RunInstaller] attribute
so that installutil.exe can directly install the mshsnapin into registry.
Constructors
| PSSnapIn() |
Properties
| Formats |
Gets list of format files to be loaded for this mshsnapin. |
| Types |
Gets list of type files to be loaded for this mshsnapin. |