OpcServerInfo Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

Provides company and product related information used for the properties of a server.

C#

public class OpcServerInfo


Inheritance Object › OpcServerInfo

Name Description
OpcServerInfo(String) Initializes a new instance of the OpcServerInfo class using the companyName specified.
OpcServerInfo(String, String) Initializes a new instance of the OpcServerInfo class using the companyName and productName specified.
OpcServerInfo(String, String, Version) Initializes a new instance of the OpcServerInfo class using the companyName, productName and productVersion specified.
OpcServerInfo(String, String, Version, DateTime) Initializes a new instance of the OpcServerInfo class using the companyName, productName, productVersion and buildDate specified.
Name Description
BuildDate Gets the DateTime at which the product has built.
CompanyName Gets the name of the company which offers the server.
ProductName Gets the name of the product which implements the server.
ProductVersion Gets the version of the product which implements the server.
Name Description
FromAssembly(Assembly) Determines the server information from the assembly specified.
FromProcess(Process) Determines the server information from the process specified.