CLab# 1.0 API Documentation

CSPType Class

An abstract class used by classes representing types in the CSP part of CLab. The different possible "values", like strings for the enumeration type, or integers for the range type, are all encoded as ranges. All of the types must have an end point.

For a list of all members of this type, see CSPType Members.

System.Object
   CSPType
      CSPTypeBool
      CSPTypeEnum
      CSPTypeRange

public class CSPType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CLab.CSP

Assembly: CLab (in CLab.dll)

See Also

CSPType Members | CLab.CSP Namespace