roslyn:get_base_types
Retrieve the complete inheritance hierarchy for a .NET/C# type by name to understand class relationships and analyze code structure using Roslyn compiler analysis.
Instructions
Get full inheritance chain BY NAME.
USAGE: get_base_types("MyService") returns: MyService → BaseService → ... → Object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeName | Yes | Type name |