Skip to content
< All Topics

SolutionExplorer class

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);
Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.