Поделиться через


CustomReflectionContext Конструкторы

Определение

Инициализирует новый экземпляр класса CustomReflectionContext.

Перегрузки

CustomReflectionContext()

Инициализирует новый экземпляр класса CustomReflectionContext.

CustomReflectionContext(ReflectionContext)

Инициализирует новый экземпляр класса CustomReflectionContext с указанным контекстом отражения в качестве базы.

CustomReflectionContext()

Исходный код:
CustomReflectionContext.cs
Исходный код:
CustomReflectionContext.cs
Исходный код:
CustomReflectionContext.cs
Исходный код:
CustomReflectionContext.cs

Инициализирует новый экземпляр класса CustomReflectionContext.

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

Применяется к

CustomReflectionContext(ReflectionContext)

Исходный код:
CustomReflectionContext.cs
Исходный код:
CustomReflectionContext.cs
Исходный код:
CustomReflectionContext.cs
Исходный код:
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

Контекст отражения для использования в качестве базового.

Применяется к