C# Class TESVSnip.UI.Rendering.HtmlRenderer

CLASS PyInterpreter
Mostra file Open project: figment/tesvsnip

Public Methods

Method Description
GetDescription ( BaseRecord rec ) : string
Initialize ( ) : void

Init the py interpreter

Reload ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

GetDescription() public static method

public static GetDescription ( BaseRecord rec ) : string
rec TESVSnip.Domain.Model.BaseRecord
return string

Initialize() public static method

Init the py interpreter
public static Initialize ( ) : void
return void

Reload() public static method

public static Reload ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void