ModuleBaseAddress Property |
Version 130.1.90
Base address where the module is loaded into memory. Encoded as a decimal
or hexadecimal (0x prefixed) string.
Namespace: CefSharp.DevTools.MemoryAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string BaseAddress { get; set; }
public:
property String^ BaseAddress {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also