AssemblyMetadataAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the AssemblyMetadataAttribute class by using the specified metadata key and value.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Sub New ( _
    key As String, _
    value As String _
)
public AssemblyMetadataAttribute(
    string key,
    string value
)

Parameters

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

AssemblyMetadataAttribute Class

System.Reflection Namespace