CustomReflectionContext 建構函式

定義

初始化 CustomReflectionContext 類別的新執行個體。

多載

名稱 Description
CustomReflectionContext()

初始化 CustomReflectionContext 類別的新執行個體。

CustomReflectionContext(ReflectionContext)

以指定的反射上下文作為基底,初始化一個新的類別實例 CustomReflectionContext

CustomReflectionContext()

初始化 CustomReflectionContext 類別的新執行個體。

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

適用於

CustomReflectionContext(ReflectionContext)

以指定的反射上下文作為基底,初始化一個新的類別實例 CustomReflectionContext

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)

參數

source
ReflectionContext

以反思的語境作為基礎。

適用於