CustomReflectionContext 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CustomReflectionContext 类的新实例。
重载
CustomReflectionContext() |
初始化 CustomReflectionContext 类的新实例。 |
CustomReflectionContext(ReflectionContext) |
用指定的基本代码和反射上下文信息初始化 CustomReflectionContext 类的新实例。 |
CustomReflectionContext()
- 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
用指定的基本代码和反射上下文信息初始化 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
作为基的反射上下文。