C# Class Mono.CompilerServices.SymbolWriter.CodeBlockEntry

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
BlockType System.Type
EndOffset int
Index int
Parent int
StartOffset int

Public Methods

Method Description
Close ( int end_offset ) : void
CodeBlockEntry ( int index, int parent, Type type, int start_offset ) : System
ToString ( ) : string

Private Methods

Method Description
CodeBlockEntry ( int index, MyBinaryReader reader ) : System
Write ( MyBinaryWriter bw ) : void

Method Details

Close() public method

public Close ( int end_offset ) : void
end_offset int
return void

CodeBlockEntry() public method

public CodeBlockEntry ( int index, int parent, Type type, int start_offset ) : System
index int
parent int
type System.Type
start_offset int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

BlockType public property

public Type,System BlockType
return System.Type

EndOffset public property

public int EndOffset
return int

Index public property

public int Index
return int

Parent public property

public int Parent
return int

StartOffset public property

public int StartOffset
return int