ExportedDelegate Konstruktorok

Definíció

Inicializálja a ExportedDelegate osztály új példányát.

Túlterhelések

Name Description
ExportedDelegate()

Inicializálja a ExportedDelegate osztály új példányát.

ExportedDelegate(Object, MethodInfo)

Inicializálja az osztály új példányát a ExportedDelegate megadott részhez és metódushoz.

ExportedDelegate()

Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs

Inicializálja a ExportedDelegate osztály új példányát.

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

A következőre érvényes:

ExportedDelegate(Object, MethodInfo)

Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs
Forrás:
ExportedDelegate.cs

Inicializálja az osztály új példányát a ExportedDelegate megadott részhez és metódushoz.

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)

Paraméterek

instance
Object

A metódust exportáló rész.

method
MethodInfo

Az exportálandó módszer.

Attribútumok

A következőre érvényes: