C# Class Mono.Debugger.ModuleBase

Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger

Protected Properties

Property Type Description
id int
name string

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
ModuleBase ( string name ) : System
MyToString ( ) : string

Private Methods

Method Description
GetSessionData ( XmlElement root ) : void
SetSessionData ( XPathNodeIterator iter ) : void

Method Details

ModuleBase() protected method

protected ModuleBase ( string name ) : System
name string
return System

MyToString() protected method

protected MyToString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

id protected property

protected int id
return int

name protected property

protected string name
return string