ExtensionWithPath Class

The base class for a managed TwinCAT HMI server extension that contains the path of the server extension.

Inheritance Hierarchy

System.Object
  TcHmiSrv.Management.ExtensionWithPath
Namespace:  TcHmiSrv.Management
Assembly:  TcHmiSrvExtNet.Management (in TcHmiSrvExtNet.Management.dll) Version: 2.0.0.0

Syntax

C#

public abstract class ExtensionWithPath : IExtension

The ExtensionWithPath type exposes the following members.

Constructors

 

Name

Description

ExtensionWithPath Class 1:

ExtensionWithPath

Initializes a new instance of the ExtensionWithPath class

Properties

 

Name

Description

ExtensionWithPath Class 2:

ExtensionPath

Contains the path of the server extension.

Methods

 

Name

Description

ExtensionWithPath Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

ExtensionWithPath Class 4:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

ExtensionWithPath Class 5:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

ExtensionWithPath Class 6:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ExtensionWithPath Class 7:

Init

Initializes the server extension.

ExtensionWithPath Class 8:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ExtensionWithPath Class 9:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TcHmiSrv.Management Namespace