Click or drag to resize

ExecutionEnvironmentLoadManagedAssembly Method


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

Parameters

bRawAssembly  Byte
 
strFileName  String
 
doExecute  Boolean
 

Return Value

Boolean
See Also