VisioForge (c) 2025

Search Results for

    Class SetParser

    Inheritance
    object
    Element
    ElementParser
    SetParser
    UASLocalMetadataSet
    Inherited Members
    Element.Key
    Element.Value
    Element.Name
    Element.Length
    Element.Bytes()
    Element.Len()
    Element.OriginalData
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Metadata.KLV
    Assembly: VisioForge.Core.dll
    Syntax
    public class SetParser : ElementParser

    Constructors

    SetParser(byte[], byte[], int)

    Declaration
    public SetParser(byte[] key, byte[] value, int key_length)
    Parameters
    Type Name Description
    byte[] key
    byte[] value
    int key_length

    Properties

    Elements

    Declaration
    public List<Element> Elements { get; }
    Property Value
    Type Description
    List<Element>

    KeyLength

    Declaration
    public int KeyLength { get; }
    Property Value
    Type Description
    int

    Methods

    Parse()

    Declaration
    public virtual void Parse()

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    Element.ToString()