TheThingRegistry..::..GetBaseEngine Method
Overload List
Name | Description | |
---|---|---|
GetBaseEngine(TheThing) |
Returns the IBaseEngine of TheThing
After the first call the IBaseEngine is cached in TheThing and subsequent calls are faster
Alternative you can call pThing.GetBaseEngine();
|
|
GetBaseEngine(TheThing, Boolean) |
Returns the IBaseEngine of TheThing
This call is NOT cached if AllowRemoteEngine is true
|
|
GetBaseEngine(String) |
Return the IBaseEngine interface for a given EngineName.
This call is quite expensive and the result should be cached if possible
|
|
GetBaseEngine(String, Boolean) |
Return the IBaseEngine interface for a given EngineName.
This call is quite expensive and the result should be cached if possible
|