Exposes the metadata tables.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MetadataDeclarationTables
C#
public sealed class MetadataDeclarationTables
Visual C++
public ref class MetadataDeclarationTables sealed

Remarks

These provide a by-token access to all metadata declarations of the assembly. This class is accessible on the Tables()()() property.

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.MetadataDeclarationTables

See Also