SamplingProfileModules Property |
Version 118.6.80
Modules
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<Module> Modules { get; set; }
public:
property IList<Module^>^ Modules {
IList<Module^>^ get ();
void set (IList<Module^>^ value);
}
Property Value
Type:
IListModuleSee Also