Udostępnij za pośrednictwem


ExportedDelegate Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ExportedDelegate.

Przeciążenia

ExportedDelegate()

Inicjuje nowe wystąpienie klasy ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Inicjuje ExportedDelegate nowe wystąpienie klasy dla określonej części i metody.

ExportedDelegate()

Źródło:
ExportedDelegate.cs
Źródło:
ExportedDelegate.cs
Źródło:
ExportedDelegate.cs

Inicjuje nowe wystąpienie klasy ExportedDelegate.

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

Dotyczy

ExportedDelegate(Object, MethodInfo)

Źródło:
ExportedDelegate.cs
Źródło:
ExportedDelegate.cs
Źródło:
ExportedDelegate.cs

Inicjuje ExportedDelegate nowe wystąpienie klasy dla określonej części i metody.

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)

Parametry

instance
Object

Część eksportu metody.

method
MethodInfo

Metoda do wyeksportowania.

Atrybuty

Dotyczy