Click or drag to resize

DimensionMapBaseResolveHook Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Hook (universal ID, path, hash...) resolution that retrieve instance - the hooked/mapped object

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
protected abstract Object ResolveHook(
	string hook
)

Parameters

hook
Type: SystemString
The hook String

Return Value

Type: Object
Mapped object
See Also