XPRMLocation Class
A location in a model source.
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
C#
public class XPRMLocation : XPRMObjectBase
The XPRMLocation type exposes the following members.
| Name | Description | |
|---|---|---|
| FileName |
Get the file name associated to the source location.
|
|
| Line |
Get the line number in the source file associated to the source location.
|
|
| LineIndex |
Line index. All statements of a model are numbered from 0 to XPRMModel.LastLineIndex.
|
|
| Model |
Model for which this location is defined.
|
|
| Owner |
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.) |
| Name | Description | |
|---|---|---|
| Equals | (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.) |
|
| ToString |
Get a string representation of the location. This is the concatenation "FileName:Line".
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| DBG_CONT |
Return code to continue execution.
|
|
| DBG_NEXT |
Return code to continue up to the next statement.
|
|
| DBG_STEP |
Return code to continue up to the next statement stepping into function calls.
|
|
| DBG_STOP |
Return code to stop execution.
|
