Class ScriptParsedEventArgs
ScriptParsed
public sealed class ScriptParsedEventArgs : EventArgs
- Inheritance
-
ScriptParsedEventArgs
- Inherited Members
Properties
CodeOffset
Gets or sets the codeOffset
[JsonPropertyName("codeOffset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? CodeOffset { get; set; }
Property Value
- long?
DebugSymbols
Gets or sets the debugSymbols
[JsonPropertyName("debugSymbols")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DebugSymbols DebugSymbols { get; set; }
Property Value
EmbedderName
Gets or sets the embedderName
[JsonPropertyName("embedderName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string EmbedderName { get; set; }
Property Value
EndColumn
Gets or sets the endColumn
[JsonPropertyName("endColumn")]
public long EndColumn { get; set; }
Property Value
EndLine
Gets or sets the endLine
[JsonPropertyName("endLine")]
public long EndLine { get; set; }
Property Value
ExecutionContextAuxData
Gets or sets the executionContextAuxData
[JsonPropertyName("executionContextAuxData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object ExecutionContextAuxData { get; set; }
Property Value
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }
Property Value
HasSourceURL
Gets or sets the hasSourceURL
[JsonPropertyName("hasSourceURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasSourceURL { get; set; }
Property Value
- bool?
Hash
Gets or sets the hash
[JsonPropertyName("hash")]
public string Hash { get; set; }
Property Value
IsLiveEdit
Gets or sets the isLiveEdit
[JsonPropertyName("isLiveEdit")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsLiveEdit { get; set; }
Property Value
- bool?
IsModule
Gets or sets the isModule
[JsonPropertyName("isModule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsModule { get; set; }
Property Value
- bool?
Length
Gets or sets the length
[JsonPropertyName("length")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Length { get; set; }
Property Value
- long?
ScriptId
Gets or sets the scriptId
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }
Property Value
ScriptLanguage
Gets or sets the scriptLanguage
[JsonPropertyName("scriptLanguage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScriptLanguage? ScriptLanguage { get; set; }
Property Value
SourceMapURL
Gets or sets the sourceMapURL
[JsonPropertyName("sourceMapURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SourceMapURL { get; set; }
Property Value
StackTrace
Gets or sets the stackTrace
[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }
Property Value
StartColumn
Gets or sets the startColumn
[JsonPropertyName("startColumn")]
public long StartColumn { get; set; }
Property Value
StartLine
Gets or sets the startLine
[JsonPropertyName("startLine")]
public long StartLine { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }