iControl.SystemVCMP.get_all_prompt_statistics C# (CSharp) Method

get_all_prompt_statistics() private method

private get_all_prompt_statistics ( ) : SystemVCMPVCMPPromptStatistics
return SystemVCMPVCMPPromptStatistics
        public SystemVCMPVCMPPromptStatistics get_all_prompt_statistics(

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