Click or drag to resize

DimensionMapBaseGetHook Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the hook (universal ID, path, hash...) for specified instance - the hooked object

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

Parameters

instance
Type: SystemObject
The instance.

Return Value

Type: String
Universal ID to be used for mapping
See Also