Table of Contents
Engine.FromName Method (String, Boolean)

Gets a browser engine by the engine name.

Syntax
 public static Engine FromName(
   string name,
   bool autoCreate
);

Parameters

name
The name of the engine.
autoCreate
True to automatically create the engine if an engine with the specific name does not exist.

Return Value

Returns the matching Engine object if a match is found or autoCreate is true. Otherwise null.

See Also