WasmDisassemblyChunkLines Property |
Version 130.1.90
The next chunk of disassembled lines.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] Lines { get; set; }
public:
property array<String^>^ Lines {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also