C# 클래스 Mono.CompilerServices.SymbolWriter.OffsetTable

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnonymousScopeCount int
AnonymousScopeTableOffset int
AnonymousScopeTableSize int
CompileUnitCount int
CompileUnitTableOffset int
CompileUnitTableSize int
DataSectionOffset int
DataSectionSize int
FileFlags System.Flags
LineNumberTable_LineBase int
LineNumberTable_LineRange int
LineNumberTable_OpcodeBase int
MethodCount int
MethodTableOffset int
MethodTableSize int
SourceCount int
SourceTableOffset int
SourceTableSize int
TotalFileSize int
TypeCount int

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
OffsetTable ( ) : System
OffsetTable ( BinaryReader reader, int major_version, int minor_version ) : System
Write ( BinaryWriter bw, int major_version, int minor_version ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AnonymousScopeCount 공개적으로 프로퍼티

public int AnonymousScopeCount
리턴 int

AnonymousScopeTableOffset 공개적으로 프로퍼티

public int AnonymousScopeTableOffset
리턴 int

AnonymousScopeTableSize 공개적으로 프로퍼티

public int AnonymousScopeTableSize
리턴 int

CompileUnitCount 공개적으로 프로퍼티

public int CompileUnitCount
리턴 int

CompileUnitTableOffset 공개적으로 프로퍼티

public int CompileUnitTableOffset
리턴 int

CompileUnitTableSize 공개적으로 프로퍼티

public int CompileUnitTableSize
리턴 int

DataSectionOffset 공개적으로 프로퍼티

public int DataSectionOffset
리턴 int

DataSectionSize 공개적으로 프로퍼티

public int DataSectionSize
리턴 int

FileFlags 공개적으로 프로퍼티

public Flags,System FileFlags
리턴 System.Flags

LineNumberTable_LineBase 공개적으로 프로퍼티

public int LineNumberTable_LineBase
리턴 int

LineNumberTable_LineRange 공개적으로 프로퍼티

public int LineNumberTable_LineRange
리턴 int

LineNumberTable_OpcodeBase 공개적으로 프로퍼티

public int LineNumberTable_OpcodeBase
리턴 int

MethodCount 공개적으로 프로퍼티

public int MethodCount
리턴 int

MethodTableOffset 공개적으로 프로퍼티

public int MethodTableOffset
리턴 int

MethodTableSize 공개적으로 프로퍼티

public int MethodTableSize
리턴 int

SourceCount 공개적으로 프로퍼티

public int SourceCount
리턴 int

SourceTableOffset 공개적으로 프로퍼티

public int SourceTableOffset
리턴 int

SourceTableSize 공개적으로 프로퍼티

public int SourceTableSize
리턴 int

TotalFileSize 공개적으로 프로퍼티

public int TotalFileSize
리턴 int

TypeCount 공개적으로 프로퍼티

public int TypeCount
리턴 int