Modifier

CatalogReflectionContextAttribute Class

Definition

When applied to a Assembly object, enables an AssemblyCatalog object to discover custom ReflectionContext objects.

public ref class CatalogReflectionContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=true)]
public class CatalogReflectionContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=true)>]
type CatalogReflectionContextAttribute = class
    inherit Attribute
Public Class CatalogReflectionContextAttribute
Inherits Attribute
Inheritance
CatalogReflectionContextAttribute
Attributes

Constructors

Name Description
CatalogReflectionContextAttribute(Type)

Initializes a new instance of the AssemblyCatalog class with the specified ReflectionContext type.

Methods

Name Description
CreateReflectionContext()

Creates an instance of the custom ReflectionContext object.

Applies to