CustomReflectionContext Constructors

Definitie

Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse.

Overloads

Name Description
CustomReflectionContext()

Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse.

CustomReflectionContext(ReflectionContext)

Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse met de opgegeven weerspiegelingscontext als basis.

CustomReflectionContext()

Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs

Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse.

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

Van toepassing op

CustomReflectionContext(ReflectionContext)

Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs
Bron:
CustomReflectionContext.cs

Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse met de opgegeven weerspiegelingscontext als basis.

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)

Parameters

source
ReflectionContext

De weerspiegelingscontext die moet worden gebruikt als basis.

Van toepassing op