TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IPleaseIncludeInBinaryThanks in Tinman.Core

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

interface IPleaseIncludeInBinaryThanks base of ConfigValueBrowser
  HttpFileSystem
  IConfiguratorBase
  IFileFormat
  ILogger
  ILogMessage
  ISerialTypeInfo
  TinmanModule

Methods

PleaseIncludeInBinaryThanks

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

method PleaseIncludeInBinaryThanks ()

Remarks:

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 PleaseIncludeInBinaryThanksAll.