CustomReflectionContext Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci CustomReflectionContext třídy.
Přetížení
CustomReflectionContext() |
Inicializuje novou instanci CustomReflectionContext třídy. |
CustomReflectionContext(ReflectionContext) |
Inicializuje novou instanci CustomReflectionContext třídy se zadaným kontextem reflexe jako základ. |
CustomReflectionContext()
Inicializuje novou instanci CustomReflectionContext třídy.
protected:
CustomReflectionContext();
protected CustomReflectionContext ();
Protected Sub New ()
Platí pro
CustomReflectionContext(ReflectionContext)
Inicializuje novou instanci CustomReflectionContext třídy se zadaným kontextem reflexe jako základ.
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)
Parametry
- source
- ReflectionContext
Kontext reflexe, který se má použít jako základ.