DXCore DecoupledStorage structure and settings file format
December 16th, 2010
Comments off
The DecoupledStorage object is used to handle storage for your DXCore plug-ins data. Usually, DecoupledStorage represents a single DXCore Options Page. If you are not going to create an Options Page, the DecoupledStorage will represent just named data storage.
The storage has three main identifiers (properties):
- Category (i.e. the path to the storage)
- Name (e.g. “MyPlugIn Settings”)
- Language (e.g. C#, C++, VisualBasic)