SamplingProfileModules Property |
Version 112.3.0
Modules
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.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