C# 클래스 Boo.Lang.Runtime.MethodDispatcherFactory

상속: AbstractDispatcherFactory
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
Create ( ) : Dispatcher
MethodDispatcherFactory ( ExtensionRegistry extensions, object target, Type type, string methodName ) : System

비공개 메소드들

메소드 설명
EmitMethodDispatcher ( CandidateMethod found, Type argumentTypes ) : Dispatcher
GetCandidates ( ) : IEnumerable
ProduceExtensionDispatcher ( ) : Dispatcher
ResolveExtensionMethod ( ) : CandidateMethod
ResolveMethod ( Type argumentTypes ) : CandidateMethod

메소드 상세

Create() 공개 메소드

public Create ( ) : Dispatcher
리턴 Dispatcher

MethodDispatcherFactory() 공개 메소드

public MethodDispatcherFactory ( ExtensionRegistry extensions, object target, Type type, string methodName ) : System
extensions ExtensionRegistry
target object
type System.Type
methodName string
리턴 System