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

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

공개 프로퍼티들

프로퍼티 타입 설명
function Mono.Debugger.Languages.Mono.MonoFunctionType

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetNamespaces ( ) : string[]
MonoMethodSource ( MonoSymbolFile file, SourceFile source_file, Mono.CompilerServices.SymbolWriter method, Cecil mdef, MonoClassType klass, MonoFunctionType function ) : System

메소드 상세

GetNamespaces() 공개 메소드

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

MonoMethodSource() 공개 메소드

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
리턴 System

프로퍼티 상세

file 보호되어 있는 프로퍼티

protected MonoSymbolFile file
리턴 MonoSymbolFile

full_name 보호되어 있는 프로퍼티

protected string full_name
리턴 string

function 공개적으로 프로퍼티

public MonoFunctionType,Mono.Debugger.Languages.Mono function
리턴 Mono.Debugger.Languages.Mono.MonoFunctionType

klass 보호되어 있는 프로퍼티

protected MonoClassType,Mono.Debugger.Languages.Mono klass
리턴 Mono.Debugger.Languages.Mono.MonoClassType

mdef 보호되어 있는 프로퍼티

protected Cecil.MethodDefinition mdef
리턴 Cecil.MethodDefinition

method 보호되어 있는 프로퍼티

protected MethodEntry,Mono.CompilerServices.SymbolWriter method
리턴 Mono.CompilerServices.SymbolWriter.MethodEntry

source_file 보호되어 있는 프로퍼티

protected SourceFile,Mono.Debugger source_file
리턴 Mono.Debugger.SourceFile