ScriptParsedEventArgs Class |
Namespace: CefSharp.DevTools.Debugger
The ScriptParsedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ScriptParsedEventArgs | Initializes a new instance of the ScriptParsedEventArgs class |
Name | Description | |
---|---|---|
![]() | CodeOffset |
If the scriptLanguage is WebAssembly, the code section offset in the module.
|
![]() | DebugSymbols |
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
|
![]() | EmbedderName |
The name the embedder supplied for this script.
|
![]() | EndColumn |
Length of the last line of the script.
|
![]() | EndLine |
Last line of the script.
|
![]() | ExecutionContextAuxData |
Embedder-specific auxiliary data.
|
![]() | ExecutionContextId |
Specifies script creation context.
|
![]() | Hash |
Content hash of the script, SHA-256.
|
![]() | HasSourceURL |
True, if this script has sourceURL.
|
![]() | IsLiveEdit |
True, if this script is generated as a result of the live edit operation.
|
![]() | IsModule |
True, if this script is ES6 module.
|
![]() | Length |
This script length.
|
![]() | ScriptId |
Identifier of the script parsed.
|
![]() | ScriptLanguage |
The language of the script.
|
![]() | SourceMapURL |
URL of source map associated with script (if any).
|
![]() | StackTrace |
JavaScript top stack frame of where the script parsed event was triggered if available.
|
![]() | StartColumn |
Column offset of the script within the resource with given URL.
|
![]() | StartLine |
Line offset of the script within the resource with given URL (for script tags).
|
![]() | Url |
URL or name of the script parsed (if any).
|
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.) |