ExportedDelegate Construtores

Definição

Inicializa uma nova instância da classe ExportedDelegate.

Sobrecargas

ExportedDelegate()

Inicializa uma nova instância da classe ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Inicializa uma nova instância da classe ExportedDelegate para o bloco e método especificados.

ExportedDelegate()

Origem:
ExportedDelegate.cs
Origem:
ExportedDelegate.cs
Origem:
ExportedDelegate.cs

Inicializa uma nova instância da classe ExportedDelegate.

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

Aplica-se a

ExportedDelegate(Object, MethodInfo)

Origem:
ExportedDelegate.cs
Origem:
ExportedDelegate.cs
Origem:
ExportedDelegate.cs

Inicializa uma nova instância da classe ExportedDelegate para o bloco e método especificados.

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)

Parâmetros

instance
Object

O bloco que exporta o método.

method
MethodInfo

O método a ser exportado.

Atributos

Aplica-se a