iControl.ManagementApplicationService.convert_to_generic C# (CSharp) Method

convert_to_generic() private method

private convert_to_generic ( string apps ) : void
apps string
return void
        public void convert_to_generic(
		string [] apps
	)
        {
            this.Invoke("convert_to_generic", new object [] {
                apps});
        }
ManagementApplicationService