C# 클래스 Manos.Mvc.ControllerFactory

상속: ManosModule
파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ControllerType System.Type
Service ControllerService
UseThreadPool bool

공개 메소드들

메소드 설명
ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System

메소드 상세

ControllerFactory() 공개 메소드

public ControllerFactory ( ControllerService Service, Type type, bool UseThreadPool ) : System
Service ControllerService
type System.Type
UseThreadPool bool
리턴 System

프로퍼티 상세

ControllerType 공개적으로 프로퍼티

public Type,System ControllerType
리턴 System.Type

Service 공개적으로 프로퍼티

public ControllerService,Manos.Mvc Service
리턴 ControllerService

UseThreadPool 공개적으로 프로퍼티

public bool UseThreadPool
리턴 bool