다음을 통해 공유


CustomAggregateMethodAnnotation.GetMethodInfo 메서드

정의

returnType 및 methodToken을 지정하여 메서드의 구현을 가져옵니다. 요구 사항과 일치하는 메서드가 없으면 null을 반환합니다.

public bool GetMethodInfo (string methodToken, Type returnType, out System.Reflection.MethodInfo methodInfo);
member this.GetMethodInfo : string * Type * MethodInfo -> bool
Public Function GetMethodInfo (methodToken As String, returnType As Type, ByRef methodInfo As MethodInfo) As Boolean

매개 변수

methodToken
String

지정된 메서드 토큰입니다.

returnType
Type

지정된 반환 형식입니다.

methodInfo
MethodInfo

메서드 정보의 출력입니다.

반환

메서드 정보가 발견되면 True, 그렇지 않으면 false입니다.

적용 대상