roslyn:get_base_types
Retrieve the complete inheritance chain of a .NET type by name, showing all base types up 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 |