IPleaseIncludeInBinaryThanks

Description

interface Tinman.Core.IPleaseIncludeInBinaryThanks

The IPleaseIncludeInBinaryThanks interface is used to force linkage and initialization of certain code.

Public / Methods

Please​Include​In​Binary​Thanks


public method PleaseIncludeInBinaryThanks → ()

This is a method that forces the compiler / linker to include this type in the resulting binary.

Calling this stub method makes sure that all lazy constructor calls have been made.

To initialize everything, an application needs to call this method on its root module(s) (see TinmanModule), followed by a call to TinmanModule.Initialize.

Extensions

Please​Include​In​Binary​And​Initialize​Thanks


public static method PleaseIncludeInBinaryAndInitializeThanks → ()

LicenceException

If initialization has failed because of missing resp. invalid licence keys.