Class XmlPluginCache
Inheritance
System.Object
XmlPluginCache
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public class XmlPluginCache : IPluginCache
Constructors
XmlPluginCache(String)
Declaration
public XmlPluginCache(string pluginCacheFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | pluginCacheFilePath |
Properties
PluginCacheFilePath
Declaration
public string PluginCacheFilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetPluginState(String)
Declaration
public PluginState GetPluginState(string pluginId)
Parameters
Type | Name | Description |
---|---|---|
System.String | pluginId |
Returns
Type | Description |
---|---|
PluginState |
Save()
Declaration
public void Save()
StorePluginState(IPlugin)
Declaration
public void StorePluginState(IPlugin plugin)
Parameters
Type | Name | Description |
---|---|---|
IPlugin | plugin |