ExportedDelegate Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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