Click or drag to resize

ActionCall Class

An object representing an action call. To be built by the user and used at API level to carry out multi action calls.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrActionCall

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public class ActionCall

The ActionCall type exposes the following members.

Constructors
 NameDescription
Public methodActionCall(IAction, Int32, Int32) Creates a new action call object, allocating an arguments buffer that allows to store argumentCount arguments.
Public methodActionCall(IAction, Int32, Object) Creates a new action call object, taking over the given arguments (buffer) as arguments buffer.
Top
Fields
 NameDescription
Public fieldAction The action to call.
Public fieldArguments Buffer to store the argument values for the action.
Public fieldMaxMatches The maximum amount of matches to search for.
Top
See Also