Table of Contents

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.

Engine

Gets the IEngine instance associated with this object.

Methods

Create(string, ProfileType)

Creates a new Chromium profile of the specified profileType with the specified name.

Remove(IProfile)

Removes the existing Chromium profile.