C# 클래스 Emmet.Engine.EngineCompiler

Compiles Emmet source files using the specified V8 engine instance.
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net 1 사용 예제들

공개 메소드들

메소드 설명
CompileCore ( ) : void

Finds and compiles Emmet source file.

EngineCompiler ( V8Engine engine ) : System.Collections.Generic

Constructor.

LoadExtensions ( string extensionsDirectory ) : void

Loads JavaScript extensions and preferences from the specified directory.

RegisterCallbacks ( EmmetEditorCallbacks editor ) : void

Registers the callbacks required by Emmet.

비공개 메소드들

메소드 설명
GetFunctionWrapper ( JSFunction callback ) : V8Function

메소드 상세

CompileCore() 공개 메소드

Finds and compiles Emmet source file.
/// Indicates that Emmet script was not found. ///
public CompileCore ( ) : void
리턴 void

EngineCompiler() 공개 메소드

Constructor.
public EngineCompiler ( V8Engine engine ) : System.Collections.Generic
engine V8.Net.V8Engine The engine to use for compilation.
리턴 System.Collections.Generic

LoadExtensions() 공개 메소드

Loads JavaScript extensions and preferences from the specified directory.
public LoadExtensions ( string extensionsDirectory ) : void
extensionsDirectory string Pathname of the extensions directory.
리턴 void

RegisterCallbacks() 공개 메소드

Registers the callbacks required by Emmet.
public RegisterCallbacks ( EmmetEditorCallbacks editor ) : void
editor EmmetEditorCallbacks Callbacks handler.
리턴 void