Class Address
Address is the object that contains an address
of parameter which points to the actual object
that should go inbetween brackets
Inheritance
System.Object
Address
Assembly: XSharp.dll
Syntax
public class Address : object
Constructors
|
Improve this Doc
View Source
Address(String)
Declaration
public Address(string label)
Parameters
Type |
Name |
Description |
System.String |
label |
|
|
Improve this Doc
View Source
Address(Register)
Declaration
public Address(Register addressOf)
Parameters
Type |
Name |
Description |
Register |
addressOf |
|
|
Improve this Doc
View Source
Address(Register, Object, Boolean)
Declaration
public Address(Register baseIndex, object offset, bool isNegative)
Parameters
Type |
Name |
Description |
Register |
baseIndex |
|
System.Object |
offset |
|
System.Boolean |
isNegative |
|
Properties
|
Improve this Doc
View Source
AddressOf
Declaration
public object AddressOf { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
IsNegative
Declaration
public bool IsNegative { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Offset
Declaration
public object Offset { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
AddPrefix(String)
Declaration
public Address AddPrefix(string prefix)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
Returns