CustomReflectionContext Konstruktorer

Definition

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.

Gäller för