Freigeben über


Engine Constructors

Definition

Overloads

Engine()

Initializes a new instance of the Engine class.

Engine(PowerFxConfig)

Initializes a new instance of the Engine class.

Engine()

Initializes a new instance of the Engine class.

public Engine();
Public Sub New ()

Applies to

Engine(PowerFxConfig)

Initializes a new instance of the Engine class.

public Engine(Microsoft.PowerFx.PowerFxConfig powerFxConfig);
new Microsoft.PowerFx.Engine : Microsoft.PowerFx.PowerFxConfig -> Microsoft.PowerFx.Engine
Public Sub New (powerFxConfig As PowerFxConfig)

Parameters

powerFxConfig
PowerFxConfig

Applies to