MagicNumberEntry Structure

CVB.Net Documentation
A single Magic Number entry.

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

public struct MagicNumberEntry

The MagicNumberEntry type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the string representation of this magic number info.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldMagicNumber
The Magic Number.
Public fieldProviderName
The friendly (= human-readable) name of the license provider, that reported this Magic Number entry.
Public fieldSerialNumber
The serial number assigned to this Magic Number entry (0 if it has no inherent link to a serial number).
Public fieldToolID
The tool ID of the Magic Number entry.
Top
See Also

Reference