For certain file operations we use VB6\'s PropertyBag object to convert various items to a bytearray via the Content property. We then save the bytearray as part of a binary fil
There is 0 support for PropertyBags in .NET. Serailisation of objects replaces the PropertyBag construct.
So as I see it you have 2 choices.
I know which one I'd be heading for.