C# 클래스 Mono.Debugger.SourceLocation

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

공개 프로퍼티들

프로퍼티 타입 설명
Column int
FileName string
Line int
Name string

보호된 프로퍼티들

프로퍼티 타입 설명
Method string
Module string

공개 메소드들

메소드 설명
SourceLocation ( MethodSource source ) : System
SourceLocation ( MethodSource source, SourceFile file, int line ) : System
SourceLocation ( MethodSource source, SourceFile file, int line, int column ) : System
SourceLocation ( SourceFile file, int line ) : System
SourceLocation ( SourceFile file, int line, int column ) : System
SourceLocation ( TargetFunctionType function ) : System
SourceLocation ( string file, int line ) : System
SourceLocation ( string file, int line, int column ) : System

보호된 메소드들

메소드 설명
Resolve ( DebuggerSession session ) : bool

비공개 메소드들

메소드 설명
GetSessionData ( XmlElement root ) : void
OnTargetExited ( ) : void
ResolveBreakpoint ( DebuggerSession session, Breakpoint breakpoint ) : BreakpointHandle
SourceLocation ( DebuggerSession session, XPathNavigator navigator ) : System
SourceLocation ( DynamicSourceLocation dynamic ) : System

메소드 상세

Resolve() 보호된 메소드

protected Resolve ( DebuggerSession session ) : bool
session DebuggerSession
리턴 bool

SourceLocation() 공개 메소드

public SourceLocation ( MethodSource source ) : System
source MethodSource
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( MethodSource source, SourceFile file, int line ) : System
source MethodSource
file SourceFile
line int
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( MethodSource source, SourceFile file, int line, int column ) : System
source MethodSource
file SourceFile
line int
column int
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( SourceFile file, int line ) : System
file SourceFile
line int
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( SourceFile file, int line, int column ) : System
file SourceFile
line int
column int
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( TargetFunctionType function ) : System
function Mono.Debugger.Languages.TargetFunctionType
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( string file, int line ) : System
file string
line int
리턴 System

SourceLocation() 공개 메소드

public SourceLocation ( string file, int line, int column ) : System
file string
line int
column int
리턴 System

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Line 공개적으로 프로퍼티

public int Line
리턴 int

Method 보호되어 있는 프로퍼티

protected string Method
리턴 string

Module 보호되어 있는 프로퍼티

protected string Module
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string