C# Class Mono.Debugger.Languages.TargetStructType

Inheritance: TargetType
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
TargetStructType ( Language language, TargetObjectKind kind ) : System

Private Methods

Method Description
GetClass ( TargetMemoryAccess target ) : TargetClass
GetParentType ( TargetMemoryAccess target ) : TargetClassType

Method Details

FindMember() public method

public FindMember ( string name, bool search_static, bool search_instance ) : TargetMemberInfo
name string
search_static bool
search_instance bool
return TargetMemberInfo

ForceClassInitialization() public method

public ForceClassInitialization ( System.Thread thread ) : TargetClass
thread System.Thread
return TargetClass

GetClass() public method

public GetClass ( System.Thread thread ) : TargetClass
thread System.Thread
return TargetClass

GetParentType() public method

public GetParentType ( System.Thread thread ) : TargetClassType
thread System.Thread
return TargetClassType

TargetStructType() protected method

protected TargetStructType ( Language language, TargetObjectKind kind ) : System
language Language
kind TargetObjectKind
return System