iControl.SystemSystemInfo.get_fan_metrics C# (CSharp) Method

get_fan_metrics() private method

private get_fan_metrics ( ) : SystemPlatformFans
return SystemPlatformFans
        public SystemPlatformFans get_fan_metrics(

	)
        {
            object [] results = this.Invoke("get_fan_metrics", new object [0]);
            return ((SystemPlatformFans)(results[0]));
        }
SystemSystemInfo