IPluginInitialMeta Interface
Provides access to the metadata of a plug-in assembly.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public interface IPluginInitialMeta
Public Interface IPluginInitialMeta
public interface class IPluginInitialMeta
type IPluginInitialMeta = interface end
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.
|
Rebase |
Returns a new instance of IPluginInitialMeta with different values of path properties.
|