C# Class Mono.CompilerServices.SymbolWriter.CodeBlockEntry

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockType System.Type
EndOffset int
Index int
Parent int
StartOffset int

Méthodes publiques

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

Private Methods

Méthode Description
CodeBlockEntry ( int index, MyBinaryReader reader ) : System
Write ( MyBinaryWriter bw ) : void

Method Details

Close() public méthode

public Close ( int end_offset ) : void
end_offset int
Résultat void

CodeBlockEntry() public méthode

public CodeBlockEntry ( int index, int parent, Type type, int start_offset ) : System
index int
parent int
type System.Type
start_offset int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

BlockType public_oe property

public Type,System BlockType
Résultat System.Type

EndOffset public_oe property

public int EndOffset
Résultat int

Index public_oe property

public int Index
Résultat int

Parent public_oe property

public int Parent
Résultat int

StartOffset public_oe property

public int StartOffset
Résultat int