C# Class Mono.Debugger.Soft.ObjectMirror

Inheritance: Mono.Debugger.Soft.Value
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat IAsyncResult

EndInvokeMethod() public méthode

public EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value
asyncResult IAsyncResult
Résultat Mono.Debugger.Soft.Value

GetValue() public méthode

public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value
field Mono.Debugger.Soft.FieldInfoMirror
Résultat Mono.Debugger.Soft.Value

GetValues() public méthode

public GetValues ( IList fields ) : Mono.Debugger.Soft.Value[]
fields IList
Résultat Mono.Debugger.Soft.Value[]

InvokeMethod() public méthode

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

InvokeMethod() public méthode

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
Résultat Mono.Debugger.Soft.Value

SetValue() public méthode

public SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void
field Mono.Debugger.Soft.FieldInfoMirror
value Mono.Debugger.Soft.Value
Résultat void

SetValues() public méthode

public SetValues ( IList fields, Mono.Debugger.Soft.Value values ) : void
fields IList
values Mono.Debugger.Soft.Value
Résultat void