C# 클래스 Mono.Debugger.Soft.ObjectMirror

상속: Mono.Debugger.Soft.Value
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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