RanorexRanorex Documentation
ActionDescriptor..::.Argument Class
NamespacesRanorex.CoreActionDescriptorActionDescriptor..::.Argument
Represents an argument of an action, consisting of a name, type, and description.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class Argument : Descriptor
<SerializableAttribute> _
Public Class Argument _
	Inherits Descriptor
[SerializableAttribute]
public ref class Argument : public Descriptor
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActionDescriptor..::.Argument(String, Type, String)
Initializes a new instance of the ActionDescriptor..::.Argument class.

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.)
ToString()()()
Creates a string representation.
(Inherited from Descriptor.)
Type
Gets the type.

Inheritance Hierarchy
Object
Descriptor
 ActionDescriptor..::.Argument

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