Difference between revisions of "OPC UA Application URI Derivation"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
 
| ProcessName || The name of the current process.
 
| ProcessName || The name of the current process.
 
|-
 
|-
|rowspan="4"| Application Assembly || SimpleName||  
+
|rowspan="4"| Application Assembly || SimpleName || Simple name of the application assembly.
 
|-
 
|-
| Version ||  
+
| Version || Version number of the application assembly.
 
|-
 
|-
| Culture ||  
+
| Culture || Supported culture of the application assembly.
 
|-
 
|-
| PublicKeyToken ||  
+
| PublicKeyToken || Public key token of the application assembly.
 
|-
 
|-
|rowspan="3"| Application Version Info || NameToken ||  
+
|rowspan="3"| Application Version Info || NameToken || Internal name from the application version info, without the ".exe" extension if present.
 
|-
 
|-
| FileVersion ||  
+
| FileVersion || Version number from the application version info.
 
|-
 
|-
| Language ||  
+
| Language || Default language string from the application version info.
 
|}
 
|}

Revision as of 14:58, 20 December 2022

(TBD)

Category Name Description
Common HostName Host name of the local computer.
ModuleName Name of the main module for the current process.
ProcessId Numeric Id of the current process.[1]
ProcessName The name of the current process.
Application Assembly SimpleName Simple name of the application assembly.
Version Version number of the application assembly.
Culture Supported culture of the application assembly.
PublicKeyToken Public key token of the application assembly.
Application Version Info NameToken Internal name from the application version info, without the ".exe" extension if present.
FileVersion Version number from the application version info.
Language Default language string from the application version info.
  1. Normally not used, as it is not stable enough for the intended purpose.