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

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

Public Methods

Method Description
MonoSymbolTable ( MonoSymbolFile file ) : System
UpdateSymbolTable ( ) : void

Protected Methods

Method Description
GetMethods ( ) : ArrayList

Method Details

GetMethods() protected method

protected GetMethods ( ) : ArrayList
return System.Collections.ArrayList

MonoSymbolTable() public method

public MonoSymbolTable ( MonoSymbolFile file ) : System
file MonoSymbolFile
return System

UpdateSymbolTable() public method

public UpdateSymbolTable ( ) : void
return void