Interface IProfiles
- Namespace
 - DotNetBrowser.Profile
 
- Assembly
 - DotNetBrowser.dll
 
The collection of the Chromium profiles.
public interface IProfiles : IEnumerable<IProfile>, IEnumerable, IAutoDisposable
  - Inherited Members
 
Properties
- Count
 Gets the current number of profiles.
- Default
 Gets the default profile used by the Chromium engine.
Methods
- Create(string, ProfileType)
 Creates a new Chromium profile of the specified
profileTypewith the specifiedname.
- Remove(IProfile)
 Removes the existing Chromium profile.