FileModule Class
Location
- Namespace
- Fuse.Scripting
- Package
- Fuse.Scripting 2.9.1
Interface of FileModule
Inherited from ScriptModule
Bundle : Bundle ux
Code : string ux
File : FileSource ux
FileName : string ux
LineNumberOffset : int ux
Postamble : string ux
Preamble : string ux
Inherited from Module
Dispose uno
Evaluate(Context, ModuleResult) uno
Evaluate(Context, string) : ModuleResult uno
Evaluated : EventHandler (object, EventArgs) ux
EvaluateExports(Context, string) : object uno
GetFile : FileSource uno
Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.