C# Class Mono.Debugger.Languages.TargetStructType

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

Méthodes publiques

Méthode Description
FindMember ( string name, bool search_static, bool search_instance ) : TargetMemberInfo
ForceClassInitialization ( System.Thread thread ) : TargetClass
GetClass ( System.Thread thread ) : TargetClass
GetParentType ( System.Thread thread ) : TargetClassType

Méthodes protégées

Méthode Description
TargetStructType ( Language language, TargetObjectKind kind ) : System

Private Methods

Méthode Description
GetClass ( TargetMemoryAccess target ) : TargetClass
GetParentType ( TargetMemoryAccess target ) : TargetClassType

Method Details

FindMember() public méthode

public FindMember ( string name, bool search_static, bool search_instance ) : TargetMemberInfo
name string
search_static bool
search_instance bool
Résultat TargetMemberInfo

ForceClassInitialization() public méthode

public ForceClassInitialization ( System.Thread thread ) : TargetClass
thread System.Thread
Résultat TargetClass

GetClass() public méthode

public GetClass ( System.Thread thread ) : TargetClass
thread System.Thread
Résultat TargetClass

GetParentType() public méthode

public GetParentType ( System.Thread thread ) : TargetClassType
thread System.Thread
Résultat TargetClassType

TargetStructType() protected méthode

protected TargetStructType ( Language language, TargetObjectKind kind ) : System
language Language
kind TargetObjectKind
Résultat System