ExtensionTypeAttribute Class
Specifies the default Type of a TwinCAT HMI server extension. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.Attribute
TcHmiSrv.Management.ExtensionTypeAttribute
Namespace: TcHmiSrv.Management
Assembly: TcHmiSrvExtNet.Management (in
TcHmiSrvExtNet.Management.dll) Version: 2.0.0.0
Syntax
C#
public sealed class ExtensionTypeAttribute : Attribute
The ExtensionTypeAttribute type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ExtensionTypeAttribute class with the specified Type. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the default Type of the TwinCAT HMI server extension. | |
|
When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Methods
|
Name |
Description |
---|---|---|
|
Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
|
Returns the hash code for this instance. (Inherited from Attribute.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) | |
|
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |