CustomReflectionContext Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av CustomReflectionContext klassen.
Överlagringar
| Name | Description |
|---|---|
| CustomReflectionContext() |
Initierar en ny instans av CustomReflectionContext klassen. |
| CustomReflectionContext(ReflectionContext) |
Initierar en ny instans av CustomReflectionContext klassen med den angivna reflektionskontexten som bas. |
CustomReflectionContext()
Initierar en ny instans av CustomReflectionContext klassen.
protected:
CustomReflectionContext();
protected CustomReflectionContext();
Protected Sub New ()
Gäller för
CustomReflectionContext(ReflectionContext)
Initierar en ny instans av CustomReflectionContext klassen med den angivna reflektionskontexten som bas.
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)
Parametrar
- source
- ReflectionContext
Reflektionskontexten som ska användas som bas.