Click or drag to resize

ModuleBaseAddress Property

Version 86.0.240
Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.

Namespace:  CefSharp.DevTools.Memory
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public string BaseAddress { get; set; }

Property Value

Type: String
See Also