iControl.SystemStatistics.get_stream_statistics C# (CSharp) Méthode

get_stream_statistics() private méthode

private get_stream_statistics ( ) : SystemStatisticsSystemStatistics
Résultat SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_stream_statistics(

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