Binder.IsEvent(CSharpBinderFlags, String, Type) 메서드

정의

이벤트 바인더인 새 CSharp를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Runtime::CompilerServices::CallSiteBinder ^ IsEvent(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, System::String ^ name, Type ^ context);
public static System.Runtime.CompilerServices.CallSiteBinder IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, Type context);
static member IsEvent : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * string * Type -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function IsEvent (flags As CSharpBinderFlags, name As String, context As Type) As CallSiteBinder

매개 변수

flags
CSharpBinderFlags

바인더를 초기화할 플래그입니다.

name
String

찾을 이벤트의 이름입니다.

context
Type

Type 작업이 사용되는 위치를 나타내는 값입니다.

반품

새 CSharp는 이벤트 바인더입니다.

적용 대상