ExportedDelegate Konstruktorer

Definition

Initierar en ny instans av ExportedDelegate klassen.

Överlagringar

Name Description
ExportedDelegate()

Initierar en ny instans av ExportedDelegate klassen.

ExportedDelegate(Object, MethodInfo)

Initierar en ny instans av ExportedDelegate klassen för den angivna delen och metoden.

ExportedDelegate()

Initierar en ny instans av ExportedDelegate klassen.

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

Gäller för

ExportedDelegate(Object, MethodInfo)

Initierar en ny instans av ExportedDelegate klassen för den angivna delen och metoden.

public:
 ExportedDelegate(System::Object ^ instance, System::Reflection::MethodInfo ^ method);
[System.Security.SecurityCritical]
public ExportedDelegate(object instance, System.Reflection.MethodInfo method);
[<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)

Parametrar

instance
Object

Den del som exporterar metoden.

method
MethodInfo

Den metod som ska exporteras.

Attribut

Gäller för