共用方式為


CustomReflectionContext 建構函式

定義

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

多載

CustomReflectionContext()

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

CustomReflectionContext(ReflectionContext)

使用指定的反映內容為基底,初始化 CustomReflectionContext 類別的新執行個體。

CustomReflectionContext()

來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs

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

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

適用於

CustomReflectionContext(ReflectionContext)

來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs
來源:
CustomReflectionContext.cs

使用指定的反映內容為基底,初始化 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

要作為基礎的反射內容。

適用於