ExportedDelegate Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ExportedDelegate.
Przeciążenia
ExportedDelegate() |
Inicjuje nowe wystąpienie klasy ExportedDelegate. |
ExportedDelegate(Object, MethodInfo) |
Inicjuje ExportedDelegate nowe wystąpienie klasy dla określonej części i metody. |
ExportedDelegate()
- Źródło:
- ExportedDelegate.cs
- Źródło:
- ExportedDelegate.cs
- Źródło:
- ExportedDelegate.cs
Inicjuje nowe wystąpienie klasy ExportedDelegate.
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
Dotyczy
ExportedDelegate(Object, MethodInfo)
- Źródło:
- ExportedDelegate.cs
- Źródło:
- ExportedDelegate.cs
- Źródło:
- ExportedDelegate.cs
Inicjuje ExportedDelegate nowe wystąpienie klasy dla określonej części i metody.
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)
Parametry
- instance
- Object
Część eksportu metody.
- method
- MethodInfo
Metoda do wyeksportowania.
- Atrybuty