C# 클래스 Mono.Debugger.ModuleBase

상속: DebuggerMarshalByRefObject
파일 보기 프로젝트 열기: baulig/debugger

보호된 프로퍼티들

프로퍼티 타입 설명
id int
name string

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
ModuleBase ( string name ) : System
MyToString ( ) : string

비공개 메소드들

메소드 설명
GetSessionData ( XmlElement root ) : void
SetSessionData ( XPathNodeIterator iter ) : void

메소드 상세

ModuleBase() 보호된 메소드

protected ModuleBase ( string name ) : System
name string
리턴 System

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

id 보호되어 있는 프로퍼티

protected int id
리턴 int

name 보호되어 있는 프로퍼티

protected string name
리턴 string