C# Класс Mono.Debugger.Soft.ObjectMirror

Наследование: Mono.Debugger.Soft.Value
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

BeginInvokeMethod() публичный Метод

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
Результат IAsyncResult

EndInvokeMethod() публичный Метод

public EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value
asyncResult IAsyncResult
Результат Mono.Debugger.Soft.Value

GetValue() публичный Метод

public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value
field Mono.Debugger.Soft.FieldInfoMirror
Результат Mono.Debugger.Soft.Value

GetValues() публичный Метод

public GetValues ( IList fields ) : Mono.Debugger.Soft.Value[]
fields IList
Результат Mono.Debugger.Soft.Value[]

InvokeMethod() публичный Метод

public InvokeMethod ( ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, IList arguments ) : Mono.Debugger.Soft.Value
thread ThreadMirror
method Mono.Debugger.Soft.MethodMirror
arguments IList
Результат Mono.Debugger.Soft.Value

InvokeMethod() публичный Метод

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
Результат Mono.Debugger.Soft.Value

SetValue() публичный Метод

public SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void
field Mono.Debugger.Soft.FieldInfoMirror
value Mono.Debugger.Soft.Value
Результат void

SetValues() публичный Метод

public SetValues ( IList fields, Mono.Debugger.Soft.Value values ) : void
fields IList
values Mono.Debugger.Soft.Value
Результат void