Edit

Share via


TypeManifestProviderAttribute Class

Definition

Defines a metadata provider for this assembly.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class TypeManifestProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type TypeManifestProviderAttribute = class
    inherit Attribute
Public NotInheritable Class TypeManifestProviderAttribute
Inherits Attribute
Inheritance
TypeManifestProviderAttribute
Attributes

Constructors

TypeManifestProviderAttribute(Type)

Initializes a new instance of the TypeManifestProviderAttribute class.

Properties

ProviderType

Gets the manifest provider type.

Applies to