C# 클래스 Mono.Debugger.SourceFile

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
CheckModified ( ) : bool
Equals ( object o ) : bool
FindLine ( int line ) : SourceLocation
FindMethod ( int line ) : MethodSource
GetHashCode ( ) : int
SourceFile ( DebuggerSession session, Module module, string name ) : System
ToString ( ) : string

메소드 상세

CheckModified() 공개 추상적인 메소드

public abstract CheckModified ( ) : bool
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FindLine() 공개 메소드

public FindLine ( int line ) : SourceLocation
line int
리턴 SourceLocation

FindMethod() 공개 메소드

public FindMethod ( int line ) : MethodSource
line int
리턴 MethodSource

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SourceFile() 공개 메소드

public SourceFile ( DebuggerSession session, Module module, string name ) : System
session DebuggerSession
module Module
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string