public class PluginInitialMetaPublic Class PluginInitialMetapublic ref class PluginInitialMetatype PluginInitialMeta = class end| 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. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
Returns text representation of the current PluginInitialMeta instance.
(Overrides ObjectToString) |