CustomReflectionContext Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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()
Initialiseert een nieuw exemplaar van de CustomReflectionContext klasse.
protected:
CustomReflectionContext();
protected CustomReflectionContext();
Protected Sub New ()
Van toepassing op
CustomReflectionContext(ReflectionContext)
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.