Compartir a través de


ExportedDelegate Constructores

Definición

Inicializa una nueva instancia de la clase ExportedDelegate.

Sobrecargas

ExportedDelegate()

Inicializa una nueva instancia de la clase ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Inicializa una nueva instancia de la clase ExportedDelegate para el elemento y el método especificados.

ExportedDelegate()

Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs

Inicializa una nueva instancia de la clase ExportedDelegate.

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

Se aplica a

ExportedDelegate(Object, MethodInfo)

Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs

Inicializa una nueva instancia de la clase ExportedDelegate para el elemento y el 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

Elemento que exporta el método.

method
MethodInfo

Método que se va a exportar.

Atributos

Se aplica a