C# 클래스 Mono.Debugger.Backend.Bfd.Section

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

공개 프로퍼티들

프로퍼티 타입 설명
bfd Bfd
contents Mono.Debugger.ObjectCache
flags SectionFlags
name string
section System.IntPtr
size long
vma long

공개 메소드들

메소드 설명
GetReader ( TargetAddress address ) : TargetReader
ToString ( ) : string

비공개 메소드들

메소드 설명
Section ( Bfd bfd, IntPtr section ) : System
get_section_contents ( object user_data ) : object

메소드 상세

GetReader() 공개 메소드

public GetReader ( TargetAddress address ) : TargetReader
address Mono.Debugger.TargetAddress
리턴 TargetReader

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

bfd 공개적으로 프로퍼티

public Bfd,Mono.Debugger.Backend bfd
리턴 Bfd

contents 공개적으로 프로퍼티

public ObjectCache,Mono.Debugger contents
리턴 Mono.Debugger.ObjectCache

flags 공개적으로 프로퍼티

public SectionFlags flags
리턴 SectionFlags

name 공개적으로 프로퍼티

public string name
리턴 string

section 공개적으로 프로퍼티

public IntPtr,System section
리턴 System.IntPtr

size 공개적으로 프로퍼티

public long size
리턴 long

vma 공개적으로 프로퍼티

public long vma
리턴 long