CustomReflectionContext Constructors

Definition

Initializes a new instance of the CustomReflectionContext class.

Overloads

CustomReflectionContext()

Initializes a new instance of the CustomReflectionContext class.

CustomReflectionContext(ReflectionContext)

Initializes a new instance of the CustomReflectionContext class with the specified reflection context as a base.

CustomReflectionContext()

Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs

Initializes a new instance of the CustomReflectionContext class.

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

Applies to

CustomReflectionContext(ReflectionContext)

Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs
Source:
CustomReflectionContext.cs

Initializes a new instance of the CustomReflectionContext class with the specified reflection context as a base.

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

The reflection context to use as a base.

Applies to