The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Delegate::GetMethodImpl Method ()
.NET Framework (current version)
Gets the static method represented by the current delegate.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection::MethodInfo^A MethodInfo describing the static method represented by the current delegate.
| Exception | Condition |
|---|---|
| MemberAccessException | The caller does not have access to the method represented by the delegate (for example, if the method is private). |
This method applies only if the current delegate represents a static method.
ReflectionPermission
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess
.NET Framework
Available since 1.1
Available since 1.1
Show: