PSSnapInInfo 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.
Contains information about a PSSnapin.
public ref class PSSnapInInfo
public class PSSnapInInfo
type PSSnapInInfo = class
Public Class PSSnapInInfo
- Inheritance
-
PSSnapInInfo
Properties
ApplicationBase |
Returns applicationbase for PSSnapin. |
AssemblyName |
Strong name of PSSnapin assembly. |
Description |
Description of PSSnapin. |
Formats |
Collection of file names containing format information for PSSnapIn. |
IsDefault |
Is this PSSnapin default PSSnapin. |
LogPipelineExecutionDetails |
Get/set whether to log Pipeline Execution Detail events. |
ModuleName |
Name of PSSnapIn module. |
Name |
Unique Name of the PSSnapin. |
PSVersion |
PowerShell version used by PSSnapin. |
Types |
Collection of file names containing types information for PSSnapIn. |
Vendor |
Vendor of PSSnapin. |
Version |
Version of PSSnapin. |
Methods
ToString() |
Overrides ToString. |