C# Класс PluginSettingsLibrary.Plugin

Наследование: System.Windows.Forms.UserControl, ISettings
Показать файл Открыть проект

Открытые методы

Метод Описание
Init ( ) : void
Plugin ( ) : System.Collections.Generic
Verify ( bool force ) : Task

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AddControls ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

VerifyAuthentication ( string plugin, bool nostatus = false ) : Task

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Init() публичный Метод

public Init ( ) : void
Результат void

Plugin() публичный Метод

public Plugin ( ) : System.Collections.Generic
Результат System.Collections.Generic

Verify() публичный Метод

public Verify ( bool force ) : Task
force bool
Результат Task