iControl.SystemStatistics.get_list_of_tmms C# (CSharp) 메소드

get_list_of_tmms() 개인적인 메소드

private get_list_of_tmms ( ) : string[]
리턴 string[]
        public string[] get_list_of_tmms(

	)
        {
            object [] results = this.Invoke("get_list_of_tmms", new object [0]);
            return ((string [])(results[0]));
        }
SystemStatistics