C# Class Mono.Debugger.Backend.Mono.MonoSymbolFile.MonoSourceFile

Inheritance: Mono.Debugger.SourceFile
显示文件 Open project: baulig/debugger

Public Methods

Method Description
CheckModified ( ) : bool
MonoSourceFile ( DebuggerSession session, Module module, Mono.CompilerServices.SymbolWriter file, string path ) : System

Method Details

CheckModified() public method

public CheckModified ( ) : bool
return bool

MonoSourceFile() public method

public MonoSourceFile ( DebuggerSession session, Module module, Mono.CompilerServices.SymbolWriter file, string path ) : System
session Mono.Debugger.DebuggerSession
module Mono.Debugger.Module
file Mono.CompilerServices.SymbolWriter
path string
return System