TcHmiApplication Class
Provides the ITcHmiSrvExtHost, Context and path of a TwinCAT HMI server extension.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.General.TcHmiApplication
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static class TcHmiApplication
The TcHmiApplication type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the ITcHmiSrvExtAsyncHost that is used to initialize the TwinCAT HMI server extension. | |
|
Gets the administrator Context that is used to initialize the TwinCAT HMI server extension. | |
|
Obsolete. Gets the ITcHmiSrvExtHost that is used to initialize the TwinCAT HMI server extension. | |
|
Gets the path of the TwinCAT HMI server extension. |
Methods
|
Name |
Description |
---|---|---|
|
Concatenates all elements of the specified Object array, using PathElementSeparator between each element. | |
|
Concatenates all elements of the specified String array, using PathElementSeparator between each element. | |
|
Concatenates all elements of the specified IEnumerable.T., using PathElementSeparator between each element. | |
|
Concatenates all elements of the specified IEnumerable.T., using PathElementSeparator between each element. | |
|
Splits the specified path into substrings based on PathElementSeparator. | |
|
Splits the specified path into substrings based on PathElementSeparator. | |
|
Splits the specified symbol path into substrings based on SymbolPathElementSeparators. | |
|
Splits the specified symbol path into substrings based on SymbolPathElementSeparators. |
Fields
|
Name |
Description |
---|---|---|
|
Contains the separator that separates the elements of a path. | |
|
Contains the separator that separates the elements of a symbol path. |