iControl.SystemSystemInfo.get_global_cpu_usage_extended_information C# (CSharp) 메소드

get_global_cpu_usage_extended_information() 개인적인 메소드

private get_global_cpu_usage_extended_information ( ) : SystemGlobalCPUUsageExtendedInformation
리턴 SystemGlobalCPUUsageExtendedInformation
        public SystemGlobalCPUUsageExtendedInformation get_global_cpu_usage_extended_information(

	)
        {
            object [] results = this.Invoke("get_global_cpu_usage_extended_information", new object [0]);
            return ((SystemGlobalCPUUsageExtendedInformation)(results[0]));
        }
SystemSystemInfo