CustomReflectionContext 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CustomReflectionContext 類別的新執行個體。
多載
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
要作為基礎的反射內容。