iControl.SystemVCMP.get_all_software_statistics C# (CSharp) 메소드

get_all_software_statistics() 개인적인 메소드

private get_all_software_statistics ( ) : SystemVCMPVCMPSoftwareStatistics
리턴 SystemVCMPVCMPSoftwareStatistics
        public SystemVCMPVCMPSoftwareStatistics get_all_software_statistics(

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