Method | Description | |
---|---|---|
FindMember ( System.Thread thread, string name, bool search_static, bool search_instance ) : |
||
GetField ( System.Thread thread, |
||
GetFields ( System.Thread thread ) : Mono.Debugger.Languages.TargetFieldInfo[] | ||
GetMethods ( System.Thread thread ) : Mono.Debugger.Languages.TargetMethodInfo[] | ||
GetParent ( System.Thread thread ) : |
||
GetProperties ( System.Thread thread ) : Mono.Debugger.Languages.TargetPropertyInfo[] | ||
SetField ( System.Thread thread, |
public FindMember ( System.Thread thread, string name, bool search_static, bool search_instance ) : |
||
thread | System.Thread | |
name | string | |
search_static | bool | |
search_instance | bool | |
return |
public abstract GetField ( System.Thread thread, |
||
thread | System.Thread | |
instance | ||
field | ||
return |
public abstract GetFields ( System.Thread thread ) : Mono.Debugger.Languages.TargetFieldInfo[] | ||
thread | System.Thread | |
return | Mono.Debugger.Languages.TargetFieldInfo[] |
public abstract GetMethods ( System.Thread thread ) : Mono.Debugger.Languages.TargetMethodInfo[] | ||
thread | System.Thread | |
return | Mono.Debugger.Languages.TargetMethodInfo[] |
public abstract GetParent ( System.Thread thread ) : |
||
thread | System.Thread | |
return |
public abstract GetProperties ( System.Thread thread ) : Mono.Debugger.Languages.TargetPropertyInfo[] | ||
thread | System.Thread | |
return | Mono.Debugger.Languages.TargetPropertyInfo[] |
public abstract SetField ( System.Thread thread, |
||
thread | System.Thread | |
instance | ||
field | ||
value | ||
return | void |