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