The Windows Runtime provides a class named PropertyValue which is a helper class for boxing non-inspectables. “Boxing” means taking a value type and wrapping inside an object so it can be used as an object type, and in the Windows Runtime, “objects” are represented by the IInspectable interface. There are
