Property | Type | Description | |
---|---|---|---|
FindGuiPath | string | ||
InstallInterceptingQueryLanguage | void | ||
RxSpySession | System |
Method | Description | |
---|---|---|
Capture ( ) : IDisposable | ||
Dispose ( ) : void | ||
Launch ( IRxSpyEventHandler eventHandler, bool explicitCapture = false ) : |
||
Launch ( System.TimeSpan timeout, string pathToRxSpy = null, bool explicitCapture = false ) : |
||
Launch ( string pathToRxSpy = null, bool explicitCapture = false ) : |
||
OnCompleted ( IOnCompletedEvent onCompletedEvent ) : void | ||
OnConnected ( IConnectedEvent connectedEvent ) : void | ||
OnCreated ( IOperatorCreatedEvent onCreatedEvent ) : void | ||
OnDisconnected ( IDisconnectedEvent disconnectedEvent ) : void | ||
OnError ( IOnErrorEvent onErrorEvent ) : void | ||
OnNext ( IOnNextEvent onNextEvent ) : void | ||
OnSubscribe ( ISubscribeEvent subscribeEvent ) : void | ||
OnTag ( ITagOperatorEvent tagEvent ) : void | ||
OnUnsubscribe ( IUnsubscribeEvent unsubscribeEvent ) : void | ||
StartCapture ( ) : void | ||
StopCapture ( ) : void |
Method | Description | |
---|---|---|
FindGuiPath ( string explicitPathToRxSpy ) : string | ||
InstallInterceptingQueryLanguage ( |
||
RxSpySession ( IRxSpyEventHandler eventHandler, bool explicitCapture ) : System |
public static Launch ( IRxSpyEventHandler eventHandler, bool explicitCapture = false ) : |
||
eventHandler | IRxSpyEventHandler | |
explicitCapture | bool | |
return |
public static Launch ( System.TimeSpan timeout, string pathToRxSpy = null, bool explicitCapture = false ) : |
||
timeout | System.TimeSpan | |
pathToRxSpy | string | |
explicitCapture | bool | |
return |
public static Launch ( string pathToRxSpy = null, bool explicitCapture = false ) : |
||
pathToRxSpy | string | |
explicitCapture | bool | |
return |
public OnCompleted ( IOnCompletedEvent onCompletedEvent ) : void | ||
onCompletedEvent | IOnCompletedEvent | |
return | void |
public OnConnected ( IConnectedEvent connectedEvent ) : void | ||
connectedEvent | IConnectedEvent | |
return | void |
public OnCreated ( IOperatorCreatedEvent onCreatedEvent ) : void | ||
onCreatedEvent | IOperatorCreatedEvent | |
return | void |
public OnDisconnected ( IDisconnectedEvent disconnectedEvent ) : void | ||
disconnectedEvent | IDisconnectedEvent | |
return | void |
public OnError ( IOnErrorEvent onErrorEvent ) : void | ||
onErrorEvent | IOnErrorEvent | |
return | void |
public OnNext ( IOnNextEvent onNextEvent ) : void | ||
onNextEvent | IOnNextEvent | |
return | void |
public OnSubscribe ( ISubscribeEvent subscribeEvent ) : void | ||
subscribeEvent | ISubscribeEvent | |
return | void |
public OnTag ( ITagOperatorEvent tagEvent ) : void | ||
tagEvent | ITagOperatorEvent | |
return | void |
public OnUnsubscribe ( IUnsubscribeEvent unsubscribeEvent ) : void | ||
unsubscribeEvent | IUnsubscribeEvent | |
return | void |