IConfigProduct Interface

This interface is the abstraction of the concrete implementation by class Product.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public interface IConfigProduct

The IConfigProduct type exposes the following members.

Properties
NameDescription
Public propertyRuntimeInstallDirectory
See property RuntimeInstallDirectory.
Public propertyRuntimeVersion
See property RuntimeVersion.
Public propertySDKInstallDirectories
See property SDKInstallDirectories.
Public propertySDKVersions
See property SDKVersions.
Top
Methods
NameDescription
Public methodGetLicenseInfo
See method GetLicenseInfo.
Top
See Also