C# 클래스 ScriptCs.Hosting.RuntimeServices

상속: ScriptServicesRegistration, IRuntimeServices
파일 보기 프로젝트 열기: scriptcs/scriptcs

Private Properties

프로퍼티 타입 설명
RegisterReplCommands void
RuntimeServices System
ShouldLoadAssembly bool

공개 메소드들

메소드 설명
GetScriptServices ( ) : ScriptServices
RuntimeServices ( ILogProvider logProvider, object>.IDictionary overrides, IConsole console, Type scriptEngineType, Type scriptExecutorType, Type replType, bool initDirectoryCatalog, IInitializationServices initializationServices, string scriptName ) : System

보호된 메소드들

메소드 설명
CreateContainer ( ) : IContainer

비공개 메소드들

메소드 설명
RegisterReplCommands ( ContainerBuilder builder ) : void
RuntimeServices ( Common logger, object>.IDictionary overrides, IConsole console, Type scriptEngineType, Type scriptExecutorType, Type replType, bool initDirectoryCatalog, IInitializationServices initializationServices, string scriptName ) : System
ShouldLoadAssembly ( IFileSystem fileSystem, IAssemblyUtility assemblyUtility, string assembly ) : bool

메소드 상세

CreateContainer() 보호된 메소드

protected CreateContainer ( ) : IContainer
리턴 IContainer

GetScriptServices() 공개 메소드

public GetScriptServices ( ) : ScriptServices
리턴 ScriptServices

RuntimeServices() 공개 메소드

public RuntimeServices ( ILogProvider logProvider, object>.IDictionary overrides, IConsole console, Type scriptEngineType, Type scriptExecutorType, Type replType, bool initDirectoryCatalog, IInitializationServices initializationServices, string scriptName ) : System
logProvider ILogProvider
overrides object>.IDictionary
console IConsole
scriptEngineType System.Type
scriptExecutorType System.Type
replType System.Type
initDirectoryCatalog bool
initializationServices IInitializationServices
scriptName string
리턴 System