ExportedDelegate Konstruktor

Definisi

Menginisialisasi instans baru dari kelas ExportedDelegate.

Overload

Nama Deskripsi
ExportedDelegate()

Menginisialisasi instans baru dari kelas ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Menginisialisasi instans ExportedDelegate baru kelas untuk bagian dan metode yang ditentukan.

ExportedDelegate()

Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs

Menginisialisasi instans baru dari kelas ExportedDelegate.

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

Berlaku untuk

ExportedDelegate(Object, MethodInfo)

Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs
Sumber:
ExportedDelegate.cs

Menginisialisasi instans ExportedDelegate baru kelas untuk bagian dan metode yang ditentukan.

public:
 ExportedDelegate(System::Object ^ instance, System::Reflection::MethodInfo ^ method);
public ExportedDelegate(object? instance, System.Reflection.MethodInfo method);
[System.Security.SecurityCritical]
public ExportedDelegate(object instance, System.Reflection.MethodInfo method);
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
[<System.Security.SecurityCritical>]
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
Public Sub New (instance As Object, method As MethodInfo)

Parameter

instance
Object

Bagian yang mengekspor metode .

method
MethodInfo

Metode yang akan diekspor.

Atribut

Berlaku untuk