CustomReflectionContext Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
CustomReflectionContext sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| CustomReflectionContext() |
CustomReflectionContext sınıfının yeni bir örneğini başlatır. |
| CustomReflectionContext(ReflectionContext) |
Temel olarak belirtilen yansıma bağlamıyla CustomReflectionContext sınıfının yeni bir örneğini başlatır. |
CustomReflectionContext()
- Kaynak:
- CustomReflectionContext.cs
- Kaynak:
- CustomReflectionContext.cs
- Kaynak:
- CustomReflectionContext.cs
CustomReflectionContext sınıfının yeni bir örneğini başlatır.
protected:
CustomReflectionContext();
protected CustomReflectionContext();
Protected Sub New ()
Şunlara uygulanır
CustomReflectionContext(ReflectionContext)
- Kaynak:
- CustomReflectionContext.cs
- Kaynak:
- CustomReflectionContext.cs
- Kaynak:
- CustomReflectionContext.cs
Temel olarak belirtilen yansıma bağlamıyla CustomReflectionContext sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- source
- ReflectionContext
Temel olarak kullanılacak yansıma bağlamı.