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

interface IConfiguratorBase in Tinman.Core.Config.Binding

Base interface for classes that create values from config values.

interface IConfiguratorBase extends IPleaseIncludeInBinaryThanks
  base of IConfigurator
  IConfiguratorObject

Attributes

Type

Returns the configuration type of this configurator.

property Type { get }
type ConfigType
value [not-null] The configuration type.

Methods

PleaseIncludeInBinaryThanks

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

method PleaseIncludeInBinaryThanks ()
inherited IPleaseIncludeInBinaryThanks.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.