CustomReflectionContext Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da CustomReflectionContext classe.
Sobrecargas
| Name | Description |
|---|---|
| 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()
Inicializa uma nova instância da CustomReflectionContext classe.
protected:
CustomReflectionContext();
protected CustomReflectionContext();
Protected Sub New ()
Aplica-se a
CustomReflectionContext(ReflectionContext)
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.