ExportedDelegate(Object, MethodInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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