RanorexRanorex Documentation
Descriptor Class
NamespacesRanorex.CoreDescriptor
The base descriptor used by many classes in the core.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class Descriptor : IEquatable<Descriptor>, 
	IComparable<Descriptor>
<SerializableAttribute> _
Public Class Descriptor _
	Implements IEquatable(Of Descriptor), IComparable(Of Descriptor)
[SerializableAttribute]
public ref class Descriptor : IEquatable<Descriptor^>, 
	IComparable<Descriptor^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Descriptor(String, String)
Creates a new descriptor.

CompareTo(Descriptor)
Compares the current descriptor with another descriptor.

Description
The description of instance the descriptor refers to.

DisplayName
The name of instance the descriptor refers to, with arbitrary casing.

Equality(Descriptor, Descriptor)
Implements the operator ==.

Equals(Descriptor)
Indicates whether the current object is equal to another object of the same type.

Equals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides Object.Equals(Object).)
Finalize()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns a hash code for this instance.
(Overrides Object.GetHashCode()()().)
GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
Inequality(Descriptor, Descriptor)
Implements the operator !=.

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.

ToString()()()
Creates a string representation.
(Overrides Object.ToString()()().)
Inheritance Hierarchy

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