Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EngineWrapper ( string extensionsDirectory ) : System |
Constructor.
|
|
RunCommand ( int cmdId, IEmmetEditor editor ) : bool |
Executes Emmet command with the specified identifier on the specified editor view.
|
Méthode | Description | |
---|---|---|
InitializeEngine ( ) : void |
public EngineWrapper ( string extensionsDirectory ) : System | ||
extensionsDirectory | string | Pathname of the directory to load Emmet extensions from. |
Résultat | System |
public RunCommand ( int cmdId, IEmmetEditor editor ) : bool | ||
cmdId | int | Identifier of the command to execute. |
editor | IEmmetEditor | Editor to execute command in. |
Résultat | bool |