ExportedDelegate Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ExportedDelegate třídy.
Přetížení
ExportedDelegate() |
Inicializuje novou instanci ExportedDelegate třídy. |
ExportedDelegate(Object, MethodInfo) |
Inicializuje novou instanci ExportedDelegate třídy pro zadanou část a metodu. |
ExportedDelegate()
- Zdroj:
- ExportedDelegate.cs
- Zdroj:
- ExportedDelegate.cs
- Zdroj:
- ExportedDelegate.cs
Inicializuje novou instanci ExportedDelegate třídy.
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
Platí pro
ExportedDelegate(Object, MethodInfo)
- Zdroj:
- ExportedDelegate.cs
- Zdroj:
- ExportedDelegate.cs
- Zdroj:
- ExportedDelegate.cs
Inicializuje novou instanci ExportedDelegate třídy pro zadanou část a metodu.
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
Část exportující metodu.
- method
- MethodInfo
Metoda, která se má exportovat.
- Atributy
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.