IPluginInitialMeta Interface

Provides access to the metadata of a plug-in assembly.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IPluginInitialMeta

Properties

AssemblyPath Full path to the plug-in assembly file.
ConfigPath Full path to the plug-in configuration file.
FileName Name of the plug-in assembly file.
FileNameWithoutExtension Name of the plug-in assembly file without extension.
Guid GUID of the plug-in.
SortOrder Sorting order in the list of the available plug-ins. It affects the order in which the plug-ins are being loaded.
State State of the plug-in according to the configuration file.
Version Version of the plug-in.

Methods

Rebase Returns a new instance of IPluginInitialMeta with different values of path properties.

See Also