Click or drag to resize

IProfiles Interface

The collection of the Chromium profiles.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IProfiles : IEnumerable<IProfile>, 
	IEnumerable, IAutoDisposable

The IProfiles type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the current number of profiles.
Public propertyDefault
Gets the default profile used by the Chromium engine.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Methods
  NameDescription
Public methodCreate
Creates a new Chromium profile of the specified profileType with the specified name.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIProfile.)
Public methodRemove
Removes the existing Chromium profile.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also