Method TryLoadModule
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
TryLoadModule(string)
Tries to load content of the definition file.
public string TryLoadModule(string requestedFilePath)
Parameters
requestedFilePath
stringFile name of the definition file.
Returns
- string
String contains content of the module if succeed; otherwise null.