VisioForge (c) 2025

Search Results for

    Class Element

    Inheritance
    object
    Element
    ElementParser
    UnknownElement
    Inherited Members
    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 Element

    Constructors

    Element(byte[], byte[])

    Declaration
    public Element(byte[] key, byte[] value)
    Parameters
    Type Name Description
    byte[] key
    byte[] value

    Properties

    Key

    Declaration
    public virtual byte[] Key { get; }
    Property Value
    Type Description
    byte[]

    Length

    Declaration
    public byte[] Length { get; }
    Property Value
    Type Description
    byte[]

    Name

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    string

    OriginalData

    Declaration
    public byte[] OriginalData { get; set; }
    Property Value
    Type Description
    byte[]

    Value

    Declaration
    public virtual byte[] Value { get; set; }
    Property Value
    Type Description
    byte[]

    Methods

    Bytes()

    Declaration
    public virtual byte[] Bytes()
    Returns
    Type Description
    byte[]

    Len()

    Declaration
    public virtual int Len()
    Returns
    Type Description
    int

    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
    object.ToString()