C# Класс SimTelemetry.Domain.Plugins.Plugins

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

Refresh the plugin catalog.

Unload ( ) : void

Unload the plugin catalog. Warning: all assemblies created at Load are not destroyed, so limit the usage of this function.

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

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

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

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

Refresh the plugin catalog.
public Load ( ) : void
Результат void

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

Unload the plugin catalog. Warning: all assemblies created at Load are not destroyed, so limit the usage of this function.
public Unload ( ) : void
Результат void