Class FileData
- Namespace
- CSharpToJavaScript
- Assembly
- CSharpToJavaScript.dll
FileData includes a CSharp string, options, and a JavaScript string.
public class FileData
- Inheritance
-
FileData
- Inherited Members
Constructors
FileData()
public FileData()
Properties
Debug_WithSemanticRewriter
Debug string.
public string Debug_WithSemanticRewriter { get; set; }
Property Value
Debug_WithoutSemanticRewriter
Debug string.
public string Debug_WithoutSemanticRewriter { get; set; }
Property Value
FileName
Full JS filename. Needed for modules.
public string FileName { get; set; }
Property Value
OptionsForFile
Options for a translation.
public CSTOJSOptions OptionsForFile { get; set; }
Property Value
SourceStr
CS input string.
public string SourceStr { get; set; }
Property Value
TranslatedStr
JS translated string.
public string TranslatedStr { get; set; }