Click or drag to resize

DevToolsClient Methods

Version 130.1.90

The DevToolsClient type exposes the following members.

Methods
 NameDescription
Public methodAddEventHandlerT Add event handler for a DevTools protocol event. Events by default are disabled and need to be enabled on a per domain basis, e.g. Sending Network.enable (or calling EnableAsync(NullableInt32, NullableInt32, NullableInt32)) to enable network related events.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteDevToolsMethodAsync(String, IDictionaryString, Object) Execute a method call over the DevTools protocol. This method can be called on any thread. See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details of supported methods and the expected parameters dictionary contents.
Public methodExecuteDevToolsMethodAsyncT(String, IDictionaryString, Object) Execute a method call over the DevTools protocol. This method can be called on any thread. See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details of supported methods and the expected parameters dictionary contents.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveEventHandlerT Remove event handler for a DevTools protocol event.
Public methodSetDevToolsObserverRegistration Store a reference to the IRegistration that's returned when you register an observer.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also