< All Topics Main Developer Guide Environment SolutionExplorer class SolutionExplorer class PostedNovember 5, 2021 UpdatedNovember 5, 2021 ByKasper Vestrup The Experior.Core.Environment.SolutionExplorer class allows the developer to interact with the SolutionExplorer.A typical usage is to refresh the SolutionExplorer because you know that some code impacts the tree structure.E.g.: Experior.Core.Environment.SolutionExplorer.Refresh(); Or for a specific entity (assembly, motor…): Experior.Core.Environment.SolutionExplorer.Update(mychangedassembly);