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

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

Public Properties

Property Type Description
Entry WrapperEntry
File MonoSymbolFile

Public Methods

Method Description
GetDeclaringType ( Thread target ) : TargetClassType
GetLocalVariables ( Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetNamespaces ( ) : string[]
GetParameters ( Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetThis ( Thread target ) : TargetVariable
Load ( TargetBinaryReader dynamic_reader, AddressDomain domain ) : void
WrapperMethod ( MonoSymbolFile file, int domain, WrapperEntry entry ) : System

Private Methods

Method Description
GetTrampoline ( TargetMemoryAccess memory, TargetAddress address ) : MethodSource

Method Details

GetDeclaringType() public method

public GetDeclaringType ( Thread target ) : TargetClassType
target Thread
return Mono.Debugger.Languages.TargetClassType

GetLocalVariables() public method

public GetLocalVariables ( Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target Thread
return Mono.Debugger.Languages.TargetVariable[]

GetNamespaces() public method

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

GetParameters() public method

public GetParameters ( Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target Thread
return Mono.Debugger.Languages.TargetVariable[]

GetThis() public method

public GetThis ( Thread target ) : TargetVariable
target Thread
return Mono.Debugger.Languages.TargetVariable

Load() public method

public Load ( TargetBinaryReader dynamic_reader, AddressDomain domain ) : void
dynamic_reader Mono.Debugger.TargetBinaryReader
domain Mono.Debugger.AddressDomain
return void

WrapperMethod() public method

public WrapperMethod ( MonoSymbolFile file, int domain, WrapperEntry entry ) : System
file MonoSymbolFile
domain int
entry WrapperEntry
return System

Property Details

Entry public_oe property

public WrapperEntry Entry
return WrapperEntry

File public_oe property

public MonoSymbolFile File
return MonoSymbolFile