Opened 11 years ago
Last modified 4 years ago
#2653 new Feature Request
ObjCreate with arguments
Reported by: | chesstiger (autoit.de) | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | com objcreate | Cc: |
Description
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.
Attachments (0)
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.