public sealed class PluginSettingsProvider : IPluginSettingsProviderPublic NotInheritable Class PluginSettingsProvider
Implements IPluginSettingsProviderpublic ref class PluginSettingsProvider sealed : IPluginSettingsProvider[<SealedAttribute>]
type PluginSettingsProvider =
class
interface IPluginSettingsProvider
end| PluginSettingsProvider | Создаёт экземпляр класса с указанием его зависимостей. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAllNamedTriggers | Возвращает настройки всех именованных триггеров. |
| GetAllPluginGroupSettings | Возвращает настройки всех групп плагинов. |
| GetAllPluginSettings | Возвращает настройки всех плагинов. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetPluginGroupSettings | Возвращает настройки группы с указанным именем. |
| TryGetPluginSettings | Возвращает настройки плагина с указанным именем, или null, если для плагина с указанным именем не заданы настройки. |
| TryGetPluginSettingsData | Возвращает настройки плагина с указанным именем в виде объекта DictionaryTKey, TValue, или null, если для плагина с указанным именем не заданы настройки. |