[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Object Info=Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy. [Property] Name=Sets the name of the component. ARG(string)|2| Instance=Sets the instance of the inheritor of the object class. ARG(Object)|20|(empty)|Object [Methods] doObject=Sets the current instance of the Object. ARG(Object objA)|1|0 *doConstructor=Initializes a new instance of the Object class. ARG()|1|0 *doEquals=Determines whether the specified Object is equal to the current Object. ARG(Object objA)|1|0 *doEquals2=Determines whether the specified object instances are considered equal. ARG(Object objA, Object objB)|1|0 *doReferenceEquals=Determines whether the specified Object instances are the same instance. ARG(Object objA, Object objB)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onReferenceEquals=Occurs after invoke the method doReferenceEquals and returns the result. ARG(bool)|2|104 *GetHashCode=Serves as a hash function for a particular type. ARG(int)|3|1 *GetType=Gets the Type of the current instance. ARG(Type)|3|0 Object=Returns the Object object. ARG(Object)|3|0 *ToString=Returns a string that represents the current object. ARG(string)|3|2 Instance=Defines the instance of the inheritor of the object class. ARG(Object)|4|0 objA=Defines the first object to compare. ARG(Object)|4|0 objB=Defines the second object to compare. ARG(Object)|4|0