CmdletProvider.Host Property
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.
Gets the host interaction APIs.
public:
property System::Management::Automation::Host::PSHost ^ Host { System::Management::Automation::Host::PSHost ^ get(); };
public System.Management.Automation.Host.PSHost Host { get; }
member this.Host : System.Management.Automation.Host.PSHost
Public ReadOnly Property Host As PSHost