public sealed class PluginStateManager : IPluginStateManagerPublic NotInheritable Class PluginStateManager
Implements IPluginStateManagerpublic ref class PluginStateManager sealed : IPluginStateManager[<SealedAttribute>]
type PluginStateManager =
class
interface IPluginStateManager
end| PluginStateManager | Создаёт экземпляр класса с указанием его зависимостей. |
| 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) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetPluginStates | Возвращает набор объектов, описывающих текущее состояние плагинов. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetPluginStateAsync | Выполняет установку состояния плагина. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| SetPluginFinishedAsync |
Помечает текущий плагин как завершенный.
(Определяется PluginExtensions) |
| SetPluginStartedAsync |
Помечает текущий плагин как запущенный.
(Определяется PluginExtensions) |