The PluginInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PluginInfo | Initializes a new instance of the PluginInfo class |
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Author |
Specify the plugins author.
| |
| Bugs |
Specify known problems.
| |
| Category |
The category in which the plugin can be found. Try to use an existing one.
| |
| Class |
The nodes classname. Filled out automatically, when using code as seen in the PluginTemplate.
| |
| Credits |
Give credits to thirdparty code used.
| |
| Help |
Describe the nodes function in a few words.
| |
| InitialBoxSize |
Only for GUI plugins. Defines the nodes initial size in box-mode.
| |
| InitialComponentMode |
Only for GUI plugins. Defines the nodes initial component mode.
| |
| InitialWindowSize |
Only for GUI plugins. Defines the nodes initial size in window-mode.
| |
| Name |
The nodes main visible name. Use CamelCaps and no spaces.
| |
| Namespace |
The nodes namespace. Filled out automatically, when using code as seen in the PluginTemplate.
| |
| Shortcut |
Optional. Shortcut to create an instance of this node.
| |
| Tags |
Specify a comma separated list of tags that describe the node. Name, category and Version don't need to be duplicated here.
| |
| Version |
Optional. Leave blank if not needed to distinguish two nodes of the same name and category.
| |
| Warnings |
Specify any usage of the node that may cause troubles.
|