roslyn:get_base_types
Retrieve the full inheritance chain of any C# type by providing its name, returning a sequence from the type through all base types to Object.
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 |