Class ElementReference
Inheritance
System.Object
ElementReference
Assembly: XSharp.dll
Syntax
public class ElementReference : object
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Offset
Declaration
public int Offset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
New(String)
Declaration
public static ElementReference New(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
|
Returns
|
Improve this Doc
View Source
New(String, Int32)
Declaration
public static ElementReference New(string aName, int aOffset)
Parameters
Type |
Name |
Description |
System.String |
aName |
|
System.Int32 |
aOffset |
|
Returns
|
Improve this Doc
View Source
Resolve(Assembler, out UInt64)
Declaration
public bool Resolve(Assembler aAssembler, out ulong aAddress)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
System.UInt64 |
aAddress |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|