EditorServicesCommandSuite.PSReadLine.xml
<?xml version="1.0"?>
<doc> <assembly> <name>EditorServicesCommandSuite.PSReadLine</name> </assembly> <members> <member name="T:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite"> <summary> Provides a central entry point for interacting with a PSReadLine based command suite session. </summary> </member> <member name="P:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.Diagnostics"> <summary> Gets the diagnostics provider. </summary> </member> <member name="P:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.Documents"> <summary> Gets the processor for <see cref="T:EditorServicesCommandSuite.Internal.DocumentEdit" /> objects. </summary> </member> <member name="P:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.UI"> <summary> Gets the interface for interacting with the UI. </summary> </member> <member name="P:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.DocumentContext"> <summary> Gets the interface for getting information about the users current state in an open document (e.g. cursor position, selection, etc). </summary> </member> <member name="M:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.GetCommandSuite(System.Management.Automation.EngineIntrinsics,System.Management.Automation.Host.PSHost)"> <summary> Gets the command suite instance for the process, or creates it if it does not exist yet. </summary> <param name="engine">The PowerShell engine.</param> <param name="host">The PowerShell host.</param> <returns> The command suite instance for the process. </returns> </member> <member name="M:EditorServicesCommandSuite.PSReadLine.Internal.CommandSuite.GetNavigationServiceImpl"> <summary> Get the <see cref="T:EditorServicesCommandSuite.Internal.NavigationService" /> that will be used to create the internal navigation service. </summary> <returns>The <see cref="T:EditorServicesCommandSuite.Internal.NavigationService" />.</returns> </member> </members> </doc> |