| description | The $psISE object, which is the principal root object in PowerShell ISE is an instance of the Microsoft.PowerShell.Host.ISE.ObjectModelRoot class. This topic describes the properties of the ObjectModelRoot object. |
|---|---|
| ms.date | 03/27/2025 |
| title | The ObjectModelRoot Object |
The $psISE object, which is the principal root object in Windows PowerShell Integrated Scripting
Environment (ISE) is an instance of the Microsoft.PowerShell.Host.ISE.ObjectModelRoot class. This
topic describes the properties of the ObjectModelRoot object.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the file, which is associated with this host object that currently has the focus.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the PowerShell tab that has the focus.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the currently visible Windows PowerShell ISE add-on tool that's located in the horizontal tool pane at the bottom of the editor.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the currently visible Windows PowerShell ISE add-on tool that's located in the vertical tool pane on the right side of the editor.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the various options that can change settings in Windows PowerShell ISE.
Supported in Windows PowerShell ISE 2.0 and later.
The read-only property that gets the collection of the PowerShell tabs, which are open in Windows PowerShell ISE. By default, this object contains one PowerShell tab. However, you can add more PowerShell tabs to this object by using scripts or by using the menus in Windows PowerShell ISE.