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

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

CreateDelegate(Type)

Gets a delegate of the specified type.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to