Table of Contents

Class ExportedDelegate

Namespace
Microsoft.VisualStudio.Composition
Assembly
Microsoft.VisualStudio.Composition.dll
public class ExportedDelegate
Inheritance
ExportedDelegate
Inherited Members

Constructors

ExportedDelegate(object?, MethodInfo)

public ExportedDelegate(object? target, MethodInfo method)

Parameters

target object
method MethodInfo

Methods

CreateDelegate(Type)

public Delegate? CreateDelegate(Type delegateType)

Parameters

delegateType Type

Returns

Delegate