C# Class Mono.Debugger.AddressDomain

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Global AddressDomain

Public Methods

Method Description
AddressDomain ( string name, int id ) : System

`name' is just used in the error messages.

CompareTo ( object obj ) : int
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

AddressDomain() public method

`name' is just used in the error messages.
public AddressDomain ( string name, int id ) : System
name string
id int
return System

CompareTo() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Global public static property

public static AddressDomain,Mono.Debugger Global
return AddressDomain