C# Class Mono.CompilerServices.SymbolWriter.OffsetTable

Exibir arquivo Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
OffsetTable ( ) : System
OffsetTable ( BinaryReader reader, int major_version, int minor_version ) : System
Write ( BinaryWriter bw, int major_version, int minor_version ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

AnonymousScopeCount public_oe property

public int AnonymousScopeCount
return int

AnonymousScopeTableOffset public_oe property

public int AnonymousScopeTableOffset
return int

AnonymousScopeTableSize public_oe property

public int AnonymousScopeTableSize
return int

CompileUnitCount public_oe property

public int CompileUnitCount
return int

CompileUnitTableOffset public_oe property

public int CompileUnitTableOffset
return int

CompileUnitTableSize public_oe property

public int CompileUnitTableSize
return int

DataSectionOffset public_oe property

public int DataSectionOffset
return int

DataSectionSize public_oe property

public int DataSectionSize
return int

FileFlags public_oe property

public Flags,System FileFlags
return System.Flags

LineNumberTable_LineBase public_oe property

public int LineNumberTable_LineBase
return int

LineNumberTable_LineRange public_oe property

public int LineNumberTable_LineRange
return int

LineNumberTable_OpcodeBase public_oe property

public int LineNumberTable_OpcodeBase
return int

MethodCount public_oe property

public int MethodCount
return int

MethodTableOffset public_oe property

public int MethodTableOffset
return int

MethodTableSize public_oe property

public int MethodTableSize
return int

SourceCount public_oe property

public int SourceCount
return int

SourceTableOffset public_oe property

public int SourceTableOffset
return int

SourceTableSize public_oe property

public int SourceTableSize
return int

TotalFileSize public_oe property

public int TotalFileSize
return int

TypeCount public_oe property

public int TypeCount
return int