public sealed class PluginInfo : IComparable
Public NotInheritable Class PluginInfo
Implements IComparable
public ref class PluginInfo sealed : IComparable
[<SealedAttribute>]
type PluginInfo =
class
interface IComparable
end
PluginInfo | Constructor of the Plug-in Information class. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides Object.ToString()) |
IComparable.CompareTo | Compares 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. |