C# Class Mono.Debugger.ModuleBase

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger

Protected Properties

Свойство Type Description
id int
name string

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
ModuleBase ( string name ) : System
MyToString ( ) : string

Private Methods

Méthode Description
GetSessionData ( XmlElement root ) : void
SetSessionData ( XPathNodeIterator iter ) : void

Method Details

ModuleBase() protected méthode

protected ModuleBase ( string name ) : System
name string
Résultat System

MyToString() protected méthode

protected MyToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

id protected_oe property

protected int id
Résultat int

name protected_oe property

protected string name
Résultat string