iControl.SystemVCMP.get_all_software_statistics C# (CSharp) Method

get_all_software_statistics() private method

private get_all_software_statistics ( ) : SystemVCMPVCMPSoftwareStatistics
return SystemVCMPVCMPSoftwareStatistics
        public SystemVCMPVCMPSoftwareStatistics get_all_software_statistics(

	)
        {
            object [] results = this.Invoke("get_all_software_statistics", new object [0]);
            return ((SystemVCMPVCMPSoftwareStatistics)(results[0]));
        }
SystemVCMP