Click or drag to resize

TLLInterfaceComInitializeBytes Method

Initializes class with bytes from Init Chunk Generator and password

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public void ComInitializeBytes(
	byte[] initchunk,
	string ChunkKey = "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
)

Parameters

initchunk
Type: SystemByte
Init chunk bytes from project's resources
ChunkKey (Optional)
Type: SystemString
Init chunk password used within TLL Init Chunk Generator
Remarks
This method initializes TLL interface within COM applications.
See Also