ReflectedAttribute

Represents information about an interface attribute recorded in a ReflectedInterface.


$struct+ ReflectedAttribute
{
    $ConstStringZ GetName() const { return m_name; }

    ConstStringZ m_name;
    const octet_t* m_bc;
};


ConstStringZ m_name

The attribute name represented as a pointer to a UTF-8 encoded null-terminated string (see ConstStringZ).


const octet_t* m_bc

Pointer to an array of octets which is the byte code defining the attribute type.