IPluginStorage Interface
Provides access to the storage of plug-in specific application-wide mutable data.
Data which belong to the current plug-in can be modified, data belonging to the other plug-ins are read only.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IPluginStorage : IEnumerable<KeyValuePair<PluginStorageKey, Object>>,
IEnumerable
Public Interface IPluginStorage
Inherits IEnumerable(Of KeyValuePair(Of PluginStorageKey, Object)),
IEnumerable
public interface class IPluginStorage : IEnumerable<KeyValuePair<PluginStorageKey^, Object^>>,
IEnumerable
type IPluginStorage =
interface
interface IEnumerable<KeyValuePair<PluginStorageKey, Object>>
interface IEnumerable
end
- Implements
- IEnumerableKeyValuePairPluginStorageKey, Object, IEnumerable
| ItemString |
Gets an existing value or sets the value for the current plug-in and the specified key.
|
| ItemGuid, String |
Gets an existing value for the specified plug-in and key.
|