SessionStateCommandEntry Constructors
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.
Overloads
SessionStateCommandEntry(String) |
Base constructor for all SessionState commands. |
SessionStateCommandEntry(String, SessionStateEntryVisibility) |
SessionStateCommandEntry(String)
Base constructor for all SessionState commands.
protected:
SessionStateCommandEntry(System::String ^ name);
protected:
SessionStateCommandEntry(Platform::String ^ name);
SessionStateCommandEntry(std::wstring const & name);
protected SessionStateCommandEntry (string name);
new System.Management.Automation.Runspaces.SessionStateCommandEntry : string -> System.Management.Automation.Runspaces.SessionStateCommandEntry
Protected Sub New (name As String)
Parameters
- name
- String
Applies to
SessionStateCommandEntry(String, SessionStateEntryVisibility)
protected public:
SessionStateCommandEntry(System::String ^ name, System::Management::Automation::SessionStateEntryVisibility visibility);
protected internal SessionStateCommandEntry (string name, System.Management.Automation.SessionStateEntryVisibility visibility);
new System.Management.Automation.Runspaces.SessionStateCommandEntry : string * System.Management.Automation.SessionStateEntryVisibility -> System.Management.Automation.Runspaces.SessionStateCommandEntry
Protected Friend Sub New (name As String, visibility As SessionStateEntryVisibility)
Parameters
- name
- String
- visibility
- SessionStateEntryVisibility