unload_solution
Unload a previously loaded solution to free memory. Use a partial, case-insensitive name (e.g. 'DcpCore' matches the full path). If the unloaded solution was active, another loaded solution becomes active. Use this when you're done analyzing a codebase and want to reclaim memory.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | ✓ | Partial or full solution name/path to match |