CatalogReflectionContextAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |