C# 클래스 SIPSorcery.Servers.ScriptLoader

Loads a script file, compiles it and watches it for any changes.
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
GetCompiledScript ( ) : Microsoft.Scripting.Hosting.CompiledCode
GetText ( ) : string
ScriptLoader ( SIPMonitorLogDelegate monitorLogger, string scriptPath ) : System

비공개 메소드들

메소드 설명
GetScriptType ( string scriptFileName ) : ScriptTypesEnum
ScriptChanged ( object sender, FileSystemEventArgs e ) : void

메소드 상세

GetCompiledScript() 공개 메소드

public GetCompiledScript ( ) : Microsoft.Scripting.Hosting.CompiledCode
리턴 Microsoft.Scripting.Hosting.CompiledCode

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

ScriptLoader() 공개 메소드

public ScriptLoader ( SIPMonitorLogDelegate monitorLogger, string scriptPath ) : System
monitorLogger SIPMonitorLogDelegate
scriptPath string
리턴 System