CustomReflectionContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.