iControl.SystemStatistics.get_performance_graph_list C# (CSharp) Method

get_performance_graph_list() private method

private get_performance_graph_list ( ) : SystemStatisticsPerformanceGraph[]
return SystemStatisticsPerformanceGraph[]
        public SystemStatisticsPerformanceGraph[] get_performance_graph_list(

	)
        {
            object [] results = this.Invoke("get_performance_graph_list", new object [0]);
            return ((SystemStatisticsPerformanceGraph [])(results[0]));
        }
SystemStatistics