C# Class Mono.CompilerServices.SymbolWriter.CodeBlockEntry

Datei anzeigen 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_oe property

public Type,System BlockType
return System.Type

EndOffset public_oe property

public int EndOffset
return int

Index public_oe property

public int Index
return int

Parent public_oe property

public int Parent
return int

StartOffset public_oe property

public int StartOffset
return int