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