TLLInterface Constructor (Byte, String, Boolean) |
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 TLLInterface(
byte[] initchunk,
string ChunkKey = "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn",
bool MakeAppDPIAware = false
)
Public Sub New (
initchunk As Byte(),
Optional ChunkKey As String = "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn",
Optional MakeAppDPIAware As Boolean = false
)
public:
TLLInterface(
array<unsigned char>^ initchunk,
String^ ChunkKey = L"5ss8:,UaAUhzTE?9trSjSynsxDxTRbn",
bool MakeAppDPIAware = false
)
new :
initchunk : byte[] *
?ChunkKey : string *
?MakeAppDPIAware : bool
(* Defaults:
let _ChunkKey = defaultArg ChunkKey "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
let _MakeAppDPIAware = defaultArg MakeAppDPIAware false
*)
-> TLLInterface
Parameters
- initchunk
- Type: SystemByte
Init chunk bytes from project's resources - ChunkKey (Optional)
- Type: SystemString
Init chunk password used within TLL Init Chunk Generator - MakeAppDPIAware (Optional)
- Type: SystemBoolean
TLL app can automatically make your app DPI aware to smoothen edges fonts and other design elements. Set to true in case of GUI issues. This affects both TLL and your app windows.
Remarks See Also