We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EditorServicesConsolePSHost.PrivateData
_internalHost
1 parent 0e4b2c0 commit c329eb8Copy full SHA for c329eb8
src/PowerShellEditorServices/Services/PowerShell/Host/EditorServicesConsolePSHost.cs
@@ -25,6 +25,8 @@ internal EditorServicesConsolePSHost(
25
26
public override string Name => _internalHost.Name;
27
28
+ public override System.Management.Automation.PSObject PrivateData => _internalHost.PrivateData;
29
+
30
public override PSHostUserInterface UI => _internalHost.UI;
31
32
public override Version Version => _internalHost.Version;
0 commit comments