VideoDriverInfoCurrentRefreshRate Property |
Win32_VideoController: Frequency at which the video controller refreshes the image for the
monitor. A value of 0 (zero) indicates the default rate is being used, while 0xFFFFFFFF
indicates the optimal rate is being used.
Namespace:
Xcalibur.Models.Hardware.Video
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long CurrentRefreshRate { get; set; }
<DataMemberAttribute>
Public Property CurrentRefreshRate As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long CurrentRefreshRate {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract CurrentRefreshRate : int64 with get, set
[<DataMemberAttribute>]
override CurrentRefreshRate : int64 with get, set
Property Value
Type:
Int64
The current refresh rate.
Implements
IVideoDriverInfoCurrentRefreshRateSee Also