roslyn:get_base_types
Finds the complete set of base types for a given type name, tracing the inheritance chain 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 |