Click or drag to resize

DllEntryListAdd Method


Namespace: Micros.PosCore.Extensibility
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public void Add(
	string filename,
	byte[] dataBlob,
	long contentDataID,
	bool writeToHandlers
)

Parameters

filename  String
 
dataBlob  Byte
 
contentDataID  Int64
 
writeToHandlers  Boolean
 
See Also