PluginInfo Class

Contains detailed information about a class which implements IPlugin.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public sealed class PluginInfo : IComparable
Inheritance
Object    PluginInfo
Implements
IComparable

Constructors

PluginInfo Constructor of the Plug-in Information class.

Properties

Config Full path to the configuration file for the plug-in (optional).
Enabled Defines whether the plug-in is used by SMath Studio.
Info Information which is filled when the plug-in assembly is loaded.
Location Full name of the Plug-in main assembly file.
Plugin Plug-in implementation.
References List of referenced assemblies existing in the same folder.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides Object.ToString())

Explicit Interface Implementations

IComparable.CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

See Also