C# Class NppSharp.ScriptManager

Show file Open project: cmrazek/NppSharp

Public Methods

Method Description
AddCommands ( ) : void
Compile ( ) : void

Private Methods

Method Description
CompileDir ( string dir ) : void
CompileScript ( string fileName ) : void
LoadAssembly ( string fileName ) : void

Method Details

AddCommands() public static method

public static AddCommands ( ) : void
return void

Compile() public static method

public static Compile ( ) : void
return void