Interface ICamApiConstants
Constants of main application
Namespace: CAMAPI.Singletons
Assembly: CAMAPI.Singletons.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("51C30BFE-593B-4BAA-832A-39D40E417B5F")]
public interface ICamApiConstants
Properties
ExeName
Name of executable file
Declaration
string ExeName { get; }
Property Value
Type | Description |
---|---|
string |
ExeVersion
Version of application
Declaration
string ExeVersion { get; }
Property Value
Type | Description |
---|---|
string |
Language
Language of application
Declaration
string Language { get; }
Property Value
Type | Description |
---|---|
string |
Version
Version of CAM API
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
string |