ExportedDelegate(Object, MethodInfo) Constructor

Definition

public ExportedDelegate (object target, System.Reflection.MethodInfo method);
new Microsoft.VisualStudio.Composition.ExportedDelegate : obj * System.Reflection.MethodInfo -> Microsoft.VisualStudio.Composition.ExportedDelegate
Public Sub New (target As Object, method As MethodInfo)

Parameters

target
Object
method
MethodInfo

Applies to