DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Engine
EngineFactory Class
EngineFactory Methods
Create Method
Create Method
Create Method (EngineOptions)
Create Method (RenderingMode)
EngineFactory
Create Method
Creates and returns an
IEngine
instance.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser.Core (in DotNetBrowser.Core.dll) Version: 2.25.1
Syntax
C#
Copy
public
static
IEngine
Create
()
Return Value
Type:
IEngine
A completely initialized Chromium engine.
Exceptions
Exception
Condition
EngineInitializationException
The
IEngine
initialization has failed for some reason.
Remarks
Calling this method is equivalent to calling the
Create(EngineOptions)
method with the
EngineOptions
built by calling
new EngineOptions.Builder().Build()
.
See Also
Reference
EngineFactory Class
Create Overload
DotNetBrowser.Engine Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.