CustomReflectionContext 构造函数

定义

初始化 CustomReflectionContext 类的新实例。

重载

CustomReflectionContext()

初始化 CustomReflectionContext 类的新实例。

CustomReflectionContext(ReflectionContext)

用指定的基本代码和反射上下文信息初始化 CustomReflectionContext 类的新实例。

CustomReflectionContext()

Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs

初始化 CustomReflectionContext 类的新实例。

protected:
 CustomReflectionContext();
protected CustomReflectionContext ();
Protected Sub New ()

适用于

CustomReflectionContext(ReflectionContext)

Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs

用指定的基本代码和反射上下文信息初始化 CustomReflectionContext 类的新实例。

protected:
 CustomReflectionContext(System::Reflection::ReflectionContext ^ source);
protected CustomReflectionContext (System.Reflection.ReflectionContext source);
new System.Reflection.Context.CustomReflectionContext : System.Reflection.ReflectionContext -> System.Reflection.Context.CustomReflectionContext
Protected Sub New (source As ReflectionContext)

参数

source
ReflectionContext

作为基的反射上下文。

适用于