How would I detect if a managed type is an interface? The TypeDescription class does not seem to provide this information.
For example, how to tell that UnityEngine.IExposedPropertyTable is an interface, using the data in a memory snapshot?
How would I detect if a managed type is an interface? The TypeDescription class does not seem to provide this information.
For example, how to tell that UnityEngine.IExposedPropertyTable is an interface, using the data in a memory snapshot?
Hi Peter,
Currently we do not store that specific information in the snapshot, we plan to in the future as we should be able to extract it from the scripting back-end.
Cheers,
Alex
OK cool, thanks for the info!