Gets an instance of the SystemStatistics class for both long and short statistics.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SystemStatistics SystemStatistics { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SystemStatistics As SystemStatistics |
| Visual C++ |
|---|
public: property SystemStatistics^ SystemStatistics { SystemStatistics^ get (); } |