PluginInitialMeta Class

Represents a meta data of the plug-in and its assembly.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class PluginInitialMeta
Inheritance
Object    PluginInitialMeta

Constructors

PluginInitialMeta(String, String) Constructor of the Represents a meta data of the plug-in and its assembly. class with a given path and config values.
PluginInitialMeta(String, String, Int32, String, String, Boolean) Constructor of the Represents a meta data of the plug-in and its assembly. class with a full list of given values.

Properties

Config Full path to the plug-in config file.
Disabled Determines whether the plug-in is disabled or not.
Guid ID of the plug-in.
Path Full path to the assembly file.
SortOrder Sorting order of the plug-in in the list of the available plug-ins to specify order of their loading.
Version Version of the plug-in.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns text representation of the current PluginInitialMeta instance.
(Overrides ObjectToString)

See Also