CatalogReflectionContextAttribute.CreateReflectionContext 方法

定义

创建自定义 ReflectionContext 对象的实例。

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

返回

反射上下文的实例。

适用于