Initializing help system before first use

XPRMLocation Class

A location in a model source.
Inheritance Hierarchy
SystemObject
   MoselXPRMObjectBase
     MoselXPRMLocation

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public class XPRMLocation : XPRMObjectBase

The XPRMLocation type exposes the following members.

Properties
  Name Description
Public property FileName
Get the file name associated to the source location.
Public property Line
Get the line number in the source file associated to the source location.
Public property LineIndex
Line index. All statements of a model are numbered from 0 to XPRMModel.LastLineIndex.
Public property Model
Model for which this location is defined.
Public property Owner
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.)
Top
Methods
  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Get a string representation of the location. This is the concatenation "FileName:Line".
(Overrides ObjectToString.)
Top
Fields
  Name Description
Public fieldStatic member DBG_CONT
Return code to continue execution.
Public fieldStatic member DBG_NEXT
Return code to continue up to the next statement.
Public fieldStatic member DBG_STEP
Return code to continue up to the next statement stepping into function calls.
Public fieldStatic member DBG_STOP
Return code to stop execution.
Top
See Also

Reference