Generated by
JDiff

Class com.jniwrapper.win32.automation.Automation

Added Methods
DispID getDispID(String) Returns DispID of property or method
Variant getProperty(DispID) Returns property value of a referenced interface.
Variant getProperty(DispID, Variant) Returns the value of the specified collection property by the name.
Variant getProperty(DispID, Variant[]) Returns the value of the specified collection property by the name.
Variant getProperty(DispID, int) Returns the value of the specified collection property by the index.
Variant getProperty(DispID, Object) Returns the value of the specified collection property by the name.
Variant getProperty(DispID, Object[]) Returns the value of the specified collection property by the name.
Variant invoke(DispID) Invokes the method of a referenced interface.
Variant invoke(DispID, Variant) Helper method that invokes the method of a referenced interface with one Variant parameter.
Variant invoke(DispID, Variant, Variant) Helper method that invokes the method of a referenced interface with two Variant parameters.
Variant invoke(DispID, Variant, Variant, Variant) Helper method that invokes the method of a referenced interface with three Variant parameters.
Variant invoke(DispID, Variant[]) Invokes the method of a referenced interface.
Variant invoke(DispID, Object) Helper method that invokes the method of a referenced interface with one parameter.
Variant invoke(DispID, Object, Object) Helper method that invokes the method of a referenced interface with two parameters.
Variant invoke(DispID, Object, Object, Object) Helper method that invokes the method of a referenced interface with three parameters.
void setProperty(DispID, Variant) Sets property value of a referenced interface.
void setProperty(DispID, Object) Sets property value of a referenced interface.
void setProperty(DispID, Object[]) Sets property value of a referenced interface.