C# Class Mono.Debugger.Soft.ObjectMirror

Inheritance: Mono.Debugger.Soft.Value
Datei anzeigen Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
BeginInvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments, InvokeOptions options, AsyncCallback callback, object state ) : IAsyncResult
EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value
GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value
GetValues ( IList fields ) : Mono.Debugger.Soft.Value[]
InvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments ) : Mono.Debugger.Soft.Value
InvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments, InvokeOptions options ) : Mono.Debugger.Soft.Value
SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void
SetValues ( IList fields, Mono.Debugger.Soft.Value values ) : void

Private Methods

Method Description
AbortInvoke ( VirtualMachine vm, ThreadMirror thread, int id ) : void
BeginInvokeMethod ( VirtualMachine vm, ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments, InvokeOptions options, AsyncCallback callback, object state ) : IAsyncResult
BeginInvokeMethod ( VirtualMachine vm, ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, Mono.Debugger.Soft.Value this_obj, IList arguments, InvokeOptions options, AsyncCallback callback, object state ) : IInvokeAsyncResult
EndInvokeMethodInternal ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value
InvokeCB ( ValueImpl v, ValueImpl exc, ErrorCode error, object state ) : void
InvokeMethod ( VirtualMachine vm, ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, Mono.Debugger.Soft.Value this_obj, IList arguments, InvokeOptions options ) : Mono.Debugger.Soft.Value
ObjectMirror ( VirtualMachine vm, long id ) : System

Method Details

BeginInvokeMethod() public method

public BeginInvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments, InvokeOptions options, AsyncCallback callback, object state ) : IAsyncResult
thread ThreadMirror
method Mono.Debugger.Soft.MethodMirror
arguments IList
options InvokeOptions
callback AsyncCallback
state object
return IAsyncResult

EndInvokeMethod() public method

public EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value
asyncResult IAsyncResult
return Mono.Debugger.Soft.Value

GetValue() public method

public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value
field Mono.Debugger.Soft.FieldInfoMirror
return Mono.Debugger.Soft.Value

GetValues() public method

public GetValues ( IList fields ) : Mono.Debugger.Soft.Value[]
fields IList
return Mono.Debugger.Soft.Value[]

InvokeMethod() public method

public InvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments ) : Mono.Debugger.Soft.Value
thread ThreadMirror
method Mono.Debugger.Soft.MethodMirror
arguments IList
return Mono.Debugger.Soft.Value

InvokeMethod() public method

public InvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments, InvokeOptions options ) : Mono.Debugger.Soft.Value
thread ThreadMirror
method Mono.Debugger.Soft.MethodMirror
arguments IList
options InvokeOptions
return Mono.Debugger.Soft.Value

SetValue() public method

public SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void
field Mono.Debugger.Soft.FieldInfoMirror
value Mono.Debugger.Soft.Value
return void

SetValues() public method

public SetValues ( IList fields, Mono.Debugger.Soft.Value values ) : void
fields IList
values Mono.Debugger.Soft.Value
return void