SuperNodes applying PowerUps that implement interfaces will also receive those interface implementations.
SuperNodes can implement generic PowerUps (PowerUps with type arguments).
Static reflection now provides a dictionary containing a mapping of properties and fields by their reference name to information about them, including descriptions of their attributes, type, and whether they are a property or a field.
Types of properties and fields can be received by using an ITypeReceiver object to get the type argument of the requested property.
The value of properties and fields can be retrieved.
Adds a number of improvements and features.