CustomReflectionContext Konstruktor

Definisi

Menginisialisasi instans baru dari kelas CustomReflectionContext.

Overload

Nama Deskripsi
CustomReflectionContext()

Menginisialisasi instans baru dari kelas CustomReflectionContext.

CustomReflectionContext(ReflectionContext)

Menginisialisasi instans CustomReflectionContext baru kelas dengan konteks refleksi yang ditentukan sebagai basis.

CustomReflectionContext()

Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs

Menginisialisasi instans baru dari kelas CustomReflectionContext.

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

Berlaku untuk

CustomReflectionContext(ReflectionContext)

Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs
Sumber:
CustomReflectionContext.cs

Menginisialisasi instans CustomReflectionContext baru kelas dengan konteks refleksi 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.

Berlaku untuk