CWS Wrapper Library  5.1.0
Properties | List of all members
CWSWrapper.CWSInfo Class Reference

Contains information on CWS, including communicating port, version, etc. More...

Properties

int port [get, set]
 The port on the machine that CWS is communicating over. More...
 
string cwsVersion [get, set]
 The version of CWS being used. More...
 
string jvmSpecificationVersion [get, set]
 The version JVM specification to use. More...
 
string jvmImplementationVersion [get, set]
 The version of the JVM used for implementation. More...
 
string osName [get, set]
 The friendly name of the OS running CWS. More...
 
string osArch [get, set]
 The friendly name of the OS architecture. More...
 
string osVersion [get, set]
 The version of the OS running CWS. More...
 

Detailed Description

Contains information on CWS, including communicating port, version, etc.

Property Documentation

◆ cwsVersion

string CWSWrapper.CWSInfo.cwsVersion
getset

The version of CWS being used.

◆ jvmImplementationVersion

string CWSWrapper.CWSInfo.jvmImplementationVersion
getset

The version of the JVM used for implementation.

◆ jvmSpecificationVersion

string CWSWrapper.CWSInfo.jvmSpecificationVersion
getset

The version JVM specification to use.

◆ osArch

string CWSWrapper.CWSInfo.osArch
getset

The friendly name of the OS architecture.

◆ osName

string CWSWrapper.CWSInfo.osName
getset

The friendly name of the OS running CWS.

◆ osVersion

string CWSWrapper.CWSInfo.osVersion
getset

The version of the OS running CWS.

◆ port

int CWSWrapper.CWSInfo.port
getset

The port on the machine that CWS is communicating over.


The documentation for this class was generated from the following file: