Idioma

CustomReflectionContext Construtores

Definição

Inicializa uma nova instância da CustomReflectionContext classe.

Sobrecargas

Name Descrição
CustomReflectionContext()

Inicializa uma nova instância da CustomReflectionContext classe.

CustomReflectionContext(ReflectionContext)

Inicializa uma nova instância da CustomReflectionContext classe com o contexto de reflexão especificado como base.

CustomReflectionContext()

Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs

Inicializa uma nova instância da CustomReflectionContext classe.

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

Aplica-se a

CustomReflectionContext(ReflectionContext)

Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs
Origem:
CustomReflectionContext.cs

Inicializa uma nova instância da CustomReflectionContext classe com o contexto de reflexão especificado como base.

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)

Parâmetros

source
ReflectionContext

O contexto de reflexão a usar como base.

Aplica-se a