C# Class Mono.Debugger.AddressDomain

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Global AddressDomain

Méthodes publiques

Méthode 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 méthode

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

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Global public_oe static_oe property

public static AddressDomain,Mono.Debugger Global
Résultat AddressDomain