Click or drag to resize

TargetInfo Class

Version 130.1.90
TargetInfo
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.TargetTargetInfo

Namespace: CefSharp.DevTools.Target
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class TargetInfo : DevToolsDomainEntityBase

The TargetInfo type exposes the following members.

Constructors
 NameDescription
Public methodTargetInfoInitializes a new instance of the TargetInfo class
Top
Properties
 NameDescription
Public propertyAttached Whether the target has an attached client.
Public propertyBrowserContextId BrowserContextId
Public propertyCanAccessOpener Whether the target has access to the originating window.
Public propertyOpenerFrameId Frame id of originating window (is only set if target has an opener).
Public propertyOpenerId Opener target Id
Public propertySubtype Provides additional details for specific target types. For example, for the type of "page", this may be set to "prerender".
Public propertyTargetId TargetId
Public propertyTitle Title
Public propertyType List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22
Public propertyUrl Url
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also