C# Class Mono.Debugger.TargetAddress

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Null TargetAddress

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object o ) : bool
FormatAddress ( long address ) : string
GetHashCode ( ) : int
TargetAddress ( AddressDomain domain, long address ) : System

This is not what it looks like. Never use this constructor unless you know exactly what you're doing.

ToString ( ) : string
operator ( ) : TargetAddress
operator ( ) : bool
operator ( ) : long

Private Methods

Method Description
check_domains ( TargetAddress a, TargetAddress b ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FormatAddress() public static method

public static FormatAddress ( long address ) : string
address long
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

TargetAddress() public method

This is not what it looks like. Never use this constructor unless you know exactly what you're doing.
public TargetAddress ( AddressDomain domain, long address ) : System
domain AddressDomain
address long
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : TargetAddress
return TargetAddress

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : long
return long

Property Details

Null public static property

Don't use this in a comparision, use IsNull instead. (TargetAddress.Null is in the null domain and comparision between different domains is not allowed).
public static TargetAddress,Mono.Debugger Null
return TargetAddress