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

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

Protected Properties

Property Type Description
buffer Mono.Debugger.SourceBuffer
wrapper WrapperMethod

Public Methods

Method Description
GetNamespaces ( ) : string[]
WrapperMethodSource ( WrapperMethod wrapper ) : System

Method Details

GetNamespaces() public method

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

WrapperMethodSource() public method

public WrapperMethodSource ( WrapperMethod wrapper ) : System
wrapper WrapperMethod
return System

Property Details

buffer protected_oe property

protected SourceBuffer,Mono.Debugger buffer
return Mono.Debugger.SourceBuffer

wrapper protected_oe property

protected WrapperMethod wrapper
return WrapperMethod