PluginInfo Class

Plug-in information.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.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 if the Plug-in is used by SMath Studio.
Info Plug-in detailed information from assembly.
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 ObjectToString)

Explicit Interface Implementations

IComparableCompareToCompares 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