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

get_software_statistics() 개인적인 메소드

private get_software_statistics ( string guests ) : SystemVCMPVCMPSoftwareStatistics
guests string
리턴 SystemVCMPVCMPSoftwareStatistics
        public SystemVCMPVCMPSoftwareStatistics get_software_statistics(
		string [] guests
	)
        {
            object [] results = this.Invoke("get_software_statistics", new object [] {
                guests});
            return ((SystemVCMPVCMPSoftwareStatistics)(results[0]));
        }
SystemVCMP