This class provides a basic primitive version information for the BLPAPI
SDK library. It provides a simple way to access the following version
information as 4 integers: Major, Minor, Patch, and Build.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class VersionInfo
Public Class VersionInfo
public ref class VersionInfo
Members
All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
VersionInfo()()()() | Initializes a new instance of the VersionInfo class | |
BuildVersion |
Fourth identifier of BLPAPI SDK library version, Build, as integer.
| |
MajorVersion |
First identifier of BLPAPI SDK library version, Major, as integer.
| |
MinorVersion |
Second identifier of BLPAPI SDK library version, Minor, as integer.
| |
PatchVersion |
Third identifier of BLPAPI SDK library version, Patch, as integer.
| |
VersionIdentifier |
A string representation of BLPAPI SDK library version and git commit id.
| |
VersionString |
A string representation of BLPAPI SDK library version.
|
Thread Safety
Static members of this type are safe for multi-threaded operations.
Inheritance Hierarchy
Object | |
VersionInfo |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1