RanorexRanorex Documentation
ActionDescriptor Class
NamespacesRanorex.CoreActionDescriptor
A descriptor for actions which are essentially methods.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ActionDescriptor : Descriptor
<SerializableAttribute> _
Public Class ActionDescriptor _
	Inherits Descriptor
[SerializableAttribute]
public ref class ActionDescriptor : public Descriptor
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActionDescriptor(String, String, ActionDescriptor..::.Argument, IList<(Of <(ActionDescriptor..::.Argument>)>))
Creates a new action descriptor.

Arguments
Gets a list of key-value pairs describing the arguments of the action.

Description
The description of instance the descriptor refers to.
(Inherited from Descriptor.)
DisplayName
The name of instance the descriptor refers to, with arbitrary casing.
(Inherited from Descriptor.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of instance the descriptor refers to. This is enforced to be lower-case.
(Inherited from Descriptor.)
Returns
Gets the return value of this action. If this action does not return a value, the value is null.

ToString()()()
Creates a string representation.
(Inherited from Descriptor.)
Inheritance Hierarchy
Object
Descriptor
 ActionDescriptor

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)