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

get_prompt_statistics() 개인적인 메소드

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