Bewerken

ExportedDelegate Class

Definition

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.

Applies to