Sdílet prostřednictvím


ExportedDelegate Konstruktory

Definice

Inicializuje novou instanci ExportedDelegate třídy.

Přetížení

ExportedDelegate()

Inicializuje novou instanci ExportedDelegate třídy.

ExportedDelegate(Object, MethodInfo)

Inicializuje novou instanci ExportedDelegate třídy pro zadanou část a metodu.

ExportedDelegate()

Zdroj:
ExportedDelegate.cs
Zdroj:
ExportedDelegate.cs
Zdroj:
ExportedDelegate.cs

Inicializuje novou instanci ExportedDelegate třídy.

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

Platí pro

ExportedDelegate(Object, MethodInfo)

Zdroj:
ExportedDelegate.cs
Zdroj:
ExportedDelegate.cs
Zdroj:
ExportedDelegate.cs

Inicializuje novou instanci ExportedDelegate třídy pro zadanou část a metodu.

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

Část exportující metodu.

method
MethodInfo

Metoda, která se má exportovat.

Atributy

Platí pro