Table of Contents

ITMSMCPCustomAttribute Interface

Marker interface implemented by every metadata attribute in this unit.

API unit family: TMS.MCP.Attributes

Syntax

ITMSMCPCustomAttribute = interface

Remarks

The reflection pass queries each attribute found on a method or parameter for this interface family, which is how metadata attributes are told apart from unrelated attributes on the same declaration. The implementing attribute classes are not reference counted, so querying an attribute instance owned by the RTTI system never affects its lifetime.