TExternalBaseDllDataGetExtension Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Obtain the extension info value of a specific key.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public Object GetExtension(
	string key
)

Parameters

key
Type: SystemString
Specify the extension key.

Return Value

Type: Object
Returns the extension value associated with the specified key.
See Also

Reference