C# Class SimTelemetry.Domain.Plugins.Plugins

Inheritance: IDisposable
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Dispose ( ) : void
return void

Load() public method

Refresh the plugin catalog.
public Load ( ) : void
return void

Unload() public method

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