Class PowerShellWorkspace
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v10.dll
public class PowerShellWorkspace : LspWorkspace- Inheritance
- 
      
      
      PowerShellWorkspace
- Derived
Constructors
Properties
- AssemblySearchPaths
- Gets or sets a collection of assembly search paths. 
- BaseDirectory
- Gets or sets a base directory for referenced assemblies search. 
Methods
- CreateServerLocator()
- Creates a ServerLocator for use with this LspParser instance. 
- RegisterAssemblies(string[])
- Registers assemblies in the project. 
- RegisterAssembly(string)
- Registers assembly in the project. 
- ResolveAssemblyName(string)
- Try to find real assembly name matches the given name. 
- UnregisterAssemblies(string[])
- Unregisters assemblies from the project. 
- UnregisterAssembly(string)
- Unregisters assembly from the project.