iControl.SystemStatistics.get_performance_table_list C# (CSharp) Method

get_performance_table_list() private method

private get_performance_table_list ( ) : SystemStatisticsPerformanceTable[]
return SystemStatisticsPerformanceTable[]
        public SystemStatisticsPerformanceTable[] get_performance_table_list(

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