| PausedEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.Debugger
 Syntax
SyntaxThe PausedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PausedEventArgs | Initializes a new instance of the PausedEventArgs class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AsyncCallStackTraceId | 
            Never present, will be removed.
             | 
|  | AsyncStackTrace | 
            Async stack trace, if any.
             | 
|  | AsyncStackTraceId | 
            Async stack trace, if any.
             | 
|  | CallFrames | 
            Call stack the virtual machine stopped on.
             | 
|  | Data | 
            Object containing break-specific auxiliary properties.
             | 
|  | HitBreakpoints | 
            Hit breakpoints IDs
             | 
|  | Reason | 
            Pause reason.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also