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
objectmethod
MethodInfo
Methods
CreateDelegate(Type)
public Delegate? CreateDelegate(Type delegateType)
Parameters
delegateType
Type