﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2653	ObjCreate with arguments	chesstiger (autoit.de)		"Hello,

I just want to create COM objects with non-empty constructors. An example:
If I want to create a ''System.Collections.BitArray'' object ( http://msdn.microsoft.com/de-de/library/system.collections.bitarray(v=vs.110).aspx ), I have to use one of the following constructors:

* BitArray(BitArray)
* BitArray(Boolean[])
* BitArray(Byte[])
* BitArray(Int32)
* BitArray(Int32[])
* BitArray(Int32, Boolean)

You see, each of them have at least one argument. But ObjCreate doesn't support more than '''zero''' arguments.

So, this is a request for implementing arguments for object constructors for ObjCreate.

chesstiger

''PS: I know... My English skills are ''horrible''.''"	Feature Request	new		AutoIt		None		com objcreate	
