Get the Meta data detector for given binary.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IMetaDataDetector GetMetaDataDetector(
	IAssetBinary binaryCreated
)
Visual Basic
Function GetMetaDataDetector ( _
	binaryCreated As IAssetBinary _
) As IMetaDataDetector
Visual C++
IMetaDataDetector^ GetMetaDataDetector(
	IAssetBinary^ binaryCreated
)

Parameters

binaryCreated
Type: Cartella.Interfaces..::..IAssetBinary
Binary to retrieve metadata detector for

Return Value

MetaDataDetector or null if no matching detector found

See Also