Modify

Opened 10 years ago

Last modified 3 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)

Change History (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.

Add Comment

Modify Ticket

Action
as new The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.