Click or drag to resize

SupportedConfigVersion Class

Helper to get the supported version of a configuration.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3SupportedConfigVersion

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static class SupportedConfigVersion

The SupportedConfigVersion type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetSupportedConfigVersion(Type, Version) Returns the latest supported version of the given type for the given SP-ICE-3 client/server version.
Public methodStatic memberGetSupportedConfigVersionT(Version) Returns the latest supported version of the given T for the given SP-ICE-3 client/server version.
Top
See Also