Harness proD API Help
EPLAN.Harness.API.Plugins.Attributes Namespace / HpdInitializerAttribute Class
Members
In This Topic
    HpdInitializerAttribute Class
    In This Topic
    Attribute which is used to call initialization method via reflection from HpdApiInstance.cs (plugin system in HpD).
    Inheritance Hierarchy

    System.Object
       System.Attribute
          EPLAN.Harness.API.Plugins.Attributes.HpdInitializerAttribute

    Syntax
    [AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public sealed class HpdInitializerAttribute : System.Attribute 
    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Attribute)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Top
    See Also