CustomReflectionContext Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe CustomReflectionContext.
Sobrecargas
CustomReflectionContext() |
Inicializa uma nova instância da classe CustomReflectionContext. |
CustomReflectionContext(ReflectionContext) |
Inicializa uma nova instância da classe CustomReflectionContext com o contexto de reflexão especificado como uma base. |
CustomReflectionContext()
- Origem:
- CustomReflectionContext.cs
- Origem:
- CustomReflectionContext.cs
- Origem:
- CustomReflectionContext.cs
- Origem:
- CustomReflectionContext.cs
Inicializa uma nova instância da classe CustomReflectionContext.
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 classe CustomReflectionContext com o contexto de reflexão especificado como uma 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 ser usado como base.