다음을 통해 공유


MethodInvoker.Create(MethodBase) 메서드

정의

MethodInvoker의 새 인스턴스를 만듭니다.

public:
 static System::Reflection::MethodInvoker ^ Create(System::Reflection::MethodBase ^ method);
public static System.Reflection.MethodInvoker Create (System.Reflection.MethodBase method);
static member Create : System.Reflection.MethodBase -> System.Reflection.MethodInvoker
Public Shared Function Create (method As MethodBase) As MethodInvoker

매개 변수

method
MethodBase

호출될 메서드입니다.

반환

새 인스턴스입니다.

예외

method 런타임 기반 메서드가 아닙니다.

설명

성능을 위해 추가 호출을 위해 결과 instance 캐시해야 합니다.

적용 대상