C# 클래스 Mono.Debugger.Backend.Mono.MonoSymbolFile.WrapperMethodSource

상속: MethodSource
파일 보기 프로젝트 열기: baulig/debugger

보호된 프로퍼티들

프로퍼티 타입 설명
buffer Mono.Debugger.SourceBuffer
wrapper WrapperMethod

공개 메소드들

메소드 설명
GetNamespaces ( ) : string[]
WrapperMethodSource ( WrapperMethod wrapper ) : System

메소드 상세

GetNamespaces() 공개 메소드

public GetNamespaces ( ) : string[]
리턴 string[]

WrapperMethodSource() 공개 메소드

public WrapperMethodSource ( WrapperMethod wrapper ) : System
wrapper WrapperMethod
리턴 System

프로퍼티 상세

buffer 보호되어 있는 프로퍼티

protected SourceBuffer,Mono.Debugger buffer
리턴 Mono.Debugger.SourceBuffer

wrapper 보호되어 있는 프로퍼티

protected WrapperMethod wrapper
리턴 WrapperMethod