get_properties
Retrieve properties of a specific class from a Unity IL2CPP global-metadata.dat file by providing the file path and fully qualified class name.
Instructions
Return the properties of a class.
Args: metadata_path: path to global-metadata.dat class_fqn: fully qualified class name limit: maximum properties to return (default 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| class_fqn | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |