ExportedDelegate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a function exported by a ComposablePart.
public ref class ExportedDelegate
public class ExportedDelegate
type ExportedDelegate = class
Public Class ExportedDelegate
- Inheritance
-
ExportedDelegate
Constructors
| Name | Description |
|---|---|
| ExportedDelegate() |
Initializes a new instance of the ExportedDelegate class. |
| ExportedDelegate(Object, MethodInfo) |
Initializes a new instance of the ExportedDelegate class for the specified part and method. |
Methods
| Name | Description |
|---|---|
| CreateDelegate(Type) |
Gets a delegate of the specified type. |