ExportedDelegate 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ExportedDelegate 類別的新執行個體。
多載
ExportedDelegate() |
初始化 ExportedDelegate 類別的新執行個體。 |
ExportedDelegate(Object, MethodInfo) |
針對指定的部分和方法,初始化 ExportedDelegate 類別的新執行個體。 |
ExportedDelegate()
初始化 ExportedDelegate 類別的新執行個體。
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
適用於
ExportedDelegate(Object, MethodInfo)
針對指定的部分和方法,初始化 ExportedDelegate 類別的新執行個體。
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)
參數
- instance
- Object
匯出方法的部分。
- method
- MethodInfo
要匯出的方法。
- 屬性