C# Class TESVSnip.UI.Rendering.HtmlRenderer

CLASS PyInterpreter
Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Méthode Description
GetDescription ( BaseRecord rec ) : string
Initialize ( ) : void

Init the py interpreter

Reload ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

GetDescription() public static méthode

public static GetDescription ( BaseRecord rec ) : string
rec TESVSnip.Domain.Model.BaseRecord
Résultat string

Initialize() public static méthode

Init the py interpreter
public static Initialize ( ) : void
Résultat void

Reload() public static méthode

public static Reload ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void