ExportedDelegate Konstruktor

Definisi

Menginisialisasi instans baru kelas ExportedDelegate.

Overload

ExportedDelegate()

Menginisialisasi instans baru 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

Menginisialisasi instans baru kelas ExportedDelegate.

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

Berlaku untuk

ExportedDelegate(Object, MethodInfo)

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);
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