IProfiles Interface |
Namespace: DotNetBrowser.Profile
public interface IProfiles : IEnumerable<IProfile>, IEnumerable, IAutoDisposable
The IProfiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
Name | Description | |
---|---|---|
![]() | Create |
Creates a new Chromium profile of the specified profileType with the specified
name.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIProfile.) |
![]() | Remove |
Removes the existing Chromium profile.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |