iControl.ManagementApplicationService.get_template C# (CSharp) 메소드

get_template() 개인적인 메소드

private get_template ( string apps ) : string[]
apps string
리턴 string[]
        public string[] get_template(
		string [] apps
	)
        {
            object [] results = this.Invoke("get_template", new object [] {
                apps});
            return ((string [])(results[0]));
        }
ManagementApplicationService