Base:
method
CreateDelegate
Internal.Reflection.Core.Execution.MethodBaseInvoker.CreateDelegate(System.RuntimeTypeHandle, System.Object, System.Boolean, System.Boolean, System.Boolean)
2 overrides of CreateDelegate
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
121
public sealed override Delegate
CreateDelegate
(RuntimeTypeHandle delegateType, object target, bool isStatic, bool isVirtual, bool isOpen)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
23
public sealed override Delegate
CreateDelegate
(RuntimeTypeHandle delegateType, object target, bool isStatic, bool isVirtual, bool isOpen)
1 reference to CreateDelegate
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
144
return base.
CreateDelegate
(delegateType, target, isStatic, isVirtual, isOpen);