Click or drag to resize

ExecutionEnvironmentLoadManagedAssembly Method

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public bool LoadManagedAssembly(
	byte[] bRawAssembly,
	string strFileName,
	bool doExecute
)

Parameters

bRawAssembly
Type: SystemByte
strFileName
Type: SystemString
doExecute
Type: SystemBoolean

Return Value

Type: Boolean
See Also