System.Delegate.GetMethodImpl Method

Gets the static method represented by the current delegate.

Syntax

protected virtual System.Reflection.MethodInfo GetMethodImpl ()

Returns

A System.Reflection.MethodInfo describing the static method represented by the current delegate.

Remarks

This method applies only if the current delegate represents a static method.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0