Click or drag to resize

ExecutionEnvironmentLoadManagedAssemblyFromFile Method (String, Boolean)

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public bool LoadManagedAssemblyFromFile(
	string strFileName,
	bool doExecute
)

Parameters

strFileName
Type: SystemString
doExecute
Type: SystemBoolean

Return Value

Type: Boolean
See Also