C# Class SS.Ynote.Classic.Core.RunScript.RunScript

Datei anzeigen Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Get ( string file ) : RunScript
Run ( ) : void

Runs the Script

Save ( string file ) : void

Method Details

Get() public static method

public static Get ( string file ) : RunScript
file string
return RunScript

Run() public method

Runs the Script
public Run ( ) : void
return void

Save() public method

public Save ( string file ) : void
file string
return void