Delegate.GetMethodImpl 메서드
현재 대리자가 나타내는 정적 메서드를 가져옵니다.
네임스페이스: System
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Protected Overridable Function GetMethodImpl As MethodInfo
‘사용 방법
Dim returnValue As MethodInfo
returnValue = Me.GetMethodImpl
protected virtual MethodInfo GetMethodImpl ()
protected:
virtual MethodInfo^ GetMethodImpl ()
protected MethodInfo GetMethodImpl ()
protected function GetMethodImpl () : MethodInfo
반환 값
현재 대리자가 나타내는 정적 메서드를 설명하는 MethodInfo입니다.
예외
예외 형식 | 조건 |
---|---|
호출자가 private 메서드와 같이 대리자가 표시한 메서드에 액세스할 수 없는 경우 |
설명
이 메서드는 현재 대리자가 정적 메서드를 나타낼 때만 적용됩니다.
.NET Framework 보안
- ReflectionPermission Type.InvokeMember와 같은 메커니즘을 통해 런타임에 바인딩하여 호출하는 데 필요한 권한입니다. 연관된 열거형: ReflectionPermissionFlag.MemberAccess
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원