ScriptEnvironmentGetStateEnvironment Method

Implicitly converts a ScriptEnvironment object to a StateEnvironment.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static StateEnvironment GetStateEnvironment(
	ScriptEnvironment env
)

Parameters

env  ScriptEnvironment
The environment object containing untyped parameters.

Return Value

StateEnvironment
The created typed environment object.

See Also