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

Inheritance: MethodSource
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
function Mono.Debugger.Languages.Mono.MonoFunctionType

Protected Properties

Property Type Description
file MonoSymbolFile
full_name string
klass Mono.Debugger.Languages.Mono.MonoClassType
mdef Cecil.MethodDefinition
method Mono.CompilerServices.SymbolWriter.MethodEntry
source_file Mono.Debugger.SourceFile

Private Properties

Property Type Description

Public Methods

Method Description
GetNamespaces ( ) : string[]
MonoMethodSource ( MonoSymbolFile file, SourceFile source_file, Mono.CompilerServices.SymbolWriter method, Cecil mdef, MonoClassType klass, MonoFunctionType function ) : System

Method Details

GetNamespaces() public method

public GetNamespaces ( ) : string[]
return string[]

MonoMethodSource() public method

public MonoMethodSource ( MonoSymbolFile file, SourceFile source_file, Mono.CompilerServices.SymbolWriter method, Cecil mdef, MonoClassType klass, MonoFunctionType function ) : System
file MonoSymbolFile
source_file Mono.Debugger.SourceFile
method Mono.CompilerServices.SymbolWriter
mdef Cecil
klass Mono.Debugger.Languages.Mono.MonoClassType
function Mono.Debugger.Languages.Mono.MonoFunctionType
return System

Property Details

file protected_oe property

protected MonoSymbolFile file
return MonoSymbolFile

full_name protected_oe property

protected string full_name
return string

function public_oe property

public MonoFunctionType,Mono.Debugger.Languages.Mono function
return Mono.Debugger.Languages.Mono.MonoFunctionType

klass protected_oe property

protected MonoClassType,Mono.Debugger.Languages.Mono klass
return Mono.Debugger.Languages.Mono.MonoClassType

mdef protected_oe property

protected Cecil.MethodDefinition mdef
return Cecil.MethodDefinition

method protected_oe property

protected MethodEntry,Mono.CompilerServices.SymbolWriter method
return Mono.CompilerServices.SymbolWriter.MethodEntry

source_file protected_oe property

protected SourceFile,Mono.Debugger source_file
return Mono.Debugger.SourceFile