ScriptEnvironmentGetEventHandlerEnvironment Method

Implicitly converts a ScriptEnvironment object to a EventHandlerEnvironment.

Definition

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

Parameters

env  ScriptEnvironment
The environment object containing untyped parameters.

Return Value

EventHandlerEnvironment
The created typed environment object.

See Also