Method | Description | |
---|---|---|
BeginInvokeMethod ( |
||
EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value | ||
GetArrayRank ( ) : int | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : CustomAttributeDataMirror[] | ||
GetElementType ( ) : |
||
GetField ( string name ) : Mono.Debugger.Soft.FieldInfoMirror | ||
GetFields ( ) : Mono.Debugger.Soft.FieldInfoMirror[] | ||
GetMethod ( string name ) : Mono.Debugger.Soft.MethodMirror | ||
GetMethods ( ) : Mono.Debugger.Soft.MethodMirror[] | ||
GetNestedTypes ( ) : Mono.Debugger.Soft.TypeMirror[] | ||
GetNestedTypes ( BindingFlags bindingAttr ) : Mono.Debugger.Soft.TypeMirror[] | ||
GetProperties ( ) : Mono.Debugger.Soft.PropertyInfoMirror[] | ||
GetProperties ( BindingFlags bindingAttr ) : Mono.Debugger.Soft.PropertyInfoMirror[] | ||
GetProperty ( string name ) : Mono.Debugger.Soft.PropertyInfoMirror | ||
GetSourceFiles ( ) : string[] | ||
GetSourceFiles ( bool return_full_paths ) : string[] | ||
GetTypeObject ( ) : |
||
GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value | ||
GetValue ( Mono.Debugger.Soft.FieldInfoMirror field, |
||
GetValues ( IList |
||
GetValues ( IList |
||
InvokeMethod ( |
||
InvokeMethod ( |
||
IsAssignableFrom ( |
||
NewInstance ( ThreadMirror thread, MethodMirror method, IList |
||
NewInstance ( ThreadMirror thread, MethodMirror method, IList |
||
SetValue ( FieldInfoMirror field, Value value ) : void | ||
SetValues ( IList |
Method | Description | |
---|---|---|
GetAttributeFlagsImpl ( ) : TypeAttributes | ||
HasElementTypeImpl ( ) : bool | ||
IsArrayImpl ( ) : bool | ||
IsByRefImpl ( ) : bool | ||
IsCOMObjectImpl ( ) : bool | ||
IsContextfulImpl ( ) : bool | ||
IsMarshalByRefImpl ( ) : bool | ||
IsPointerImpl ( ) : bool | ||
IsPrimitiveImpl ( ) : bool | ||
IsValueTypeImpl ( ) : bool |
Method | Description | |
---|---|---|
BeginInvokeMethod ( VirtualMachine vm, |
||
GetCAttrs ( |
||
GetInfo ( ) : TypeInfo | ||
TypeMirror ( VirtualMachine vm, long id ) : System |
public BeginInvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
options | InvokeOptions | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value | ||
asyncResult | IAsyncResult | |
return | Mono.Debugger.Soft.Value |
protected GetAttributeFlagsImpl ( ) : TypeAttributes | ||
return | TypeAttributes |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | CustomAttributeDataMirror[] |
public GetCustomAttributes ( bool inherit ) : CustomAttributeDataMirror[] | ||
inherit | bool | |
return | CustomAttributeDataMirror[] |
public GetField ( string name ) : Mono.Debugger.Soft.FieldInfoMirror | ||
name | string | |
return | Mono.Debugger.Soft.FieldInfoMirror |
public GetFields ( ) : Mono.Debugger.Soft.FieldInfoMirror[] | ||
return | Mono.Debugger.Soft.FieldInfoMirror[] |
public GetMethod ( string name ) : Mono.Debugger.Soft.MethodMirror | ||
name | string | |
return | Mono.Debugger.Soft.MethodMirror |
public GetMethods ( ) : Mono.Debugger.Soft.MethodMirror[] | ||
return | Mono.Debugger.Soft.MethodMirror[] |
public GetNestedTypes ( ) : Mono.Debugger.Soft.TypeMirror[] | ||
return | Mono.Debugger.Soft.TypeMirror[] |
public GetNestedTypes ( BindingFlags bindingAttr ) : Mono.Debugger.Soft.TypeMirror[] | ||
bindingAttr | BindingFlags | |
return | Mono.Debugger.Soft.TypeMirror[] |
public GetProperties ( ) : Mono.Debugger.Soft.PropertyInfoMirror[] | ||
return | Mono.Debugger.Soft.PropertyInfoMirror[] |
public GetProperties ( BindingFlags bindingAttr ) : Mono.Debugger.Soft.PropertyInfoMirror[] | ||
bindingAttr | BindingFlags | |
return | Mono.Debugger.Soft.PropertyInfoMirror[] |
public GetProperty ( string name ) : Mono.Debugger.Soft.PropertyInfoMirror | ||
name | string | |
return | Mono.Debugger.Soft.PropertyInfoMirror |
public GetSourceFiles ( bool return_full_paths ) : string[] | ||
return_full_paths | bool | |
return | string[] |
public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value | ||
field | Mono.Debugger.Soft.FieldInfoMirror | |
return | Mono.Debugger.Soft.Value |
public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field, |
||
field | Mono.Debugger.Soft.FieldInfoMirror | |
thread | ||
return | Mono.Debugger.Soft.Value |
public GetValues ( IList |
||
fields | IList |
|
return | Mono.Debugger.Soft.Value[] |
public GetValues ( IList |
||
fields | IList |
|
thread | ||
return | Mono.Debugger.Soft.Value[] |
public InvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
return | Mono.Debugger.Soft.Value |
public InvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
options | InvokeOptions | |
return | Mono.Debugger.Soft.Value |
public IsAssignableFrom ( |
||
c | ||
return | bool |
public NewInstance ( ThreadMirror thread, MethodMirror method, IList |
||
thread | ThreadMirror | |
method | MethodMirror | |
arguments | IList |
|
return | Value |
public NewInstance ( ThreadMirror thread, MethodMirror method, IList |
||
thread | ThreadMirror | |
method | MethodMirror | |
arguments | IList |
|
options | InvokeOptions | |
return | Value |
public SetValue ( FieldInfoMirror field, Value value ) : void | ||
field | FieldInfoMirror | |
value | Value | |
return | void |
public SetValues ( IList |
||
fields | IList |
|
values | Value | |
return | void |