CustomReflectionContext Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas CustomReflectionContext.
Overload
CustomReflectionContext() |
Menginisialisasi instans baru kelas CustomReflectionContext. |
CustomReflectionContext(ReflectionContext) |
Menginisialisasi instans CustomReflectionContext baru kelas dengan konteks pantulan yang ditentukan sebagai basis. |
CustomReflectionContext()
- Sumber:
- CustomReflectionContext.cs
- Sumber:
- CustomReflectionContext.cs
Menginisialisasi instans baru kelas CustomReflectionContext.
protected:
CustomReflectionContext();
protected CustomReflectionContext ();
Protected Sub New ()
Berlaku untuk
CustomReflectionContext(ReflectionContext)
- Sumber:
- CustomReflectionContext.cs
- Sumber:
- CustomReflectionContext.cs
Menginisialisasi instans CustomReflectionContext baru kelas dengan konteks pantulan yang ditentukan sebagai 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)
Parameter
- source
- ReflectionContext
Konteks refleksi untuk digunakan sebagai basis.