C# Class SimTelemetry.Domain.Plugins.Plugins

Inheritance: IDisposable
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Load() public méthode

Refresh the plugin catalog.
public Load ( ) : void
Résultat void

Unload() public méthode

Unload the plugin catalog. Warning: all assemblies created at Load are not destroyed, so limit the usage of this function.
public Unload ( ) : void
Résultat void