iControl.ManagementApplicationTemplate.create C# (CSharp) Méthode

create() private méthode

private create ( string templates ) : void
templates string
Résultat void
        public void create(
		string [] templates
	)
        {
            this.Invoke("create", new object [] {
                templates});
        }
ManagementApplicationTemplate