Udostępnij za pośrednictwem


CustomReflectionContext Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CustomReflectionContext.

Przeciążenia

CustomReflectionContext()

Inicjuje nowe wystąpienie klasy CustomReflectionContext.

CustomReflectionContext(ReflectionContext)

Inicjuje CustomReflectionContext nowe wystąpienie klasy z określonym kontekstem odbicia jako bazą.

CustomReflectionContext()

Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs

Inicjuje nowe wystąpienie klasy CustomReflectionContext.

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

Dotyczy

CustomReflectionContext(ReflectionContext)

Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs
Źródło:
CustomReflectionContext.cs

Inicjuje CustomReflectionContext nowe wystąpienie klasy z określonym kontekstem odbicia jako bazą.

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

Kontekst odbicia, który ma być używany jako podstawa.

Dotyczy