Method | Description | |
---|---|---|
FromFileOffset ( uint rawoffset, |
Creates an instance of an offset by specifying a raw offset.
|
|
FromRva ( uint rva, |
Creates an instance of an offset by specifying a virtual address that is relative to a section.
|
|
FromVa ( ulong va, |
Creates an instance of an offset by specifying a virtual address.
|
|
Offset ( uint offset, uint rva, ulong va ) : System |
Creates a new instance of an offset.
|
|
ToAsciiString ( |
Converts the offset to an Ascii string.
|
|
ToAsciiStringPtr ( |
Converts the offset to an Ascii String pointer.
|
|
ToInstruction ( |
Converts the offset to an instruction.
|
|
ToMethod ( |
Converts the offset to an imported or exported method/
|
|
ToString ( ) : string |
Returns a string representation of the offset value.
|
|
ToString ( string format ) : string |
Returns a string representation of the offset value.
|
Method | Description | |
---|---|---|
CreateConverter ( |
public static FromFileOffset ( uint rawoffset, |
||
rawoffset | uint | The file offset. |
assembly | The assembly containing the offset. | |
return |
public static FromRva ( uint rva, |
||
rva | uint | The relative virtual address. |
assembly | The assembly containing the offset. | |
return |
public static FromVa ( ulong va, |
||
va | ulong | The virtual address. |
assembly | The assembly containing the offset. | |
return |
public Offset ( uint offset, uint rva, ulong va ) : System | ||
offset | uint | The raw offset. |
rva | uint | The virtual address that is relative to a section. |
va | ulong | The virtual address. |
return | System |
public ToAsciiString ( |
||
assembly | The assembly that contains the offset | |
return | string |
public ToAsciiStringPtr ( |
||
assembly | The assembly that contains the offset | |
return | ulong |
public ToInstruction ( |
||
assembly | The assembly that contains the offset | |
return |
public ToMethod ( |
||
assembly | The assembly that contains the offset | |
return | IMethod |