CatalogReflectionContextAttribute.CreateReflectionContext Method

Definition

Creates an instance of the custom ReflectionContext object.

public:
 System::Reflection::ReflectionContext ^ CreateReflectionContext();
public System.Reflection.ReflectionContext CreateReflectionContext ();
member this.CreateReflectionContext : unit -> System.Reflection.ReflectionContext
Public Function CreateReflectionContext () As ReflectionContext

Returns

An instance of the custom reflection context.

Applies to