Click or drag to resize

TLLInterfaceComInitializeObj Method

Initializes class with TLL Init Chunk object

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public void ComInitializeObj(
	TLLInitChunk chunk
)

Parameters

chunk
Type: TreeksLicensingLibrary2.EasyIntegrationTLLInitChunk
Init chunk object with configuration
Remarks
This method initializes TLL interface within COM applications.
See Also