PluginModuleAttribute
Overview
Represents the base class for custom attributes. You can use this class to associate user-defined information, such as name and version of the module, to the target class that deals with this module.
Location
- Reference: RemObjects.Hydra.dll
- Namespace: RemObjects.Hydra
- Ancestry: Attribute | PluginModuleAttribute
Properties
Name
Gets or sets the name of the module.
property Name: String read write;
String Name { get; set; }
Property Name() As String
Version
Gets or sets the version of the module.
property Version: String read write;
String Version { get; set; }
Property Version() As String
Instance Methods
constructor
Creates an instance of the class.
constructor
PluginModuleAttribute()
Sub New()