SystemInfoGetMagicNumberEntries Method

CVB.Net Documentation
Query the set of currently available Magic Numbers.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static MagicNumberEntry[] GetMagicNumberEntries()

Return Value

Type: MagicNumberEntry
An array containing the currently available magic number entries.
Remarks

In theory, the collection of available Magic Numbers can change any time. However, it is fairly unlikely that during runtime someone unplugs a dongle or removes a Node Locked license, so Common Vision Blox does not implement a costly push/event model for notifying clients during runtime about the presence of new Magic Numbers or the loss of a Magic Number. Instead, the Magic Number information can and needs to be queried using this method.
See Also

Reference