Click or drag to resize

DimensionMapBaseResolveHook Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
Syntax
C#
protected abstract Object ResolveHook(
	string hook
)

Parameters

hook
Type: SystemString
The hook String

Return Value

Type: Object
Mapped object
See Also