ObjectModelRoot Class

Definition

Host object representing the whole application.

public ref class ObjectModelRoot
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ObjectModelRoot
[Windows::Foundation::Metadata::WebHostHidden]
class ObjectModelRoot
public class ObjectModelRoot
type ObjectModelRoot = class
Public Class ObjectModelRoot
Inheritance
ObjectModelRoot

Properties

Name Description
CurrentFile

Gets the current <seealso cref="T:Microsoft.PowerShell.Host.ISE.ISEFile"></seealso> associated with this host object.

CurrentPowerShellTab

Gets the current PowerShellTab associated with this host object.

CurrentVisibleHorizontalTool

Gets the current visible horizontal <seealso cref="T:Microsoft.PowerShell.Host.ISE.ISEAddOnTool"></seealso> associated with this host object.

CurrentVisibleVerticalTool

Gets the current visible vertical <seealso cref="T:Microsoft.PowerShell.Host.ISE.ISEAddOnTool"></seealso> associated with this host object.

Options

Gets the application options.

PowerShellTabs

Gets the Runspaces in the application.

Applies to