Table of Contents

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 string

File name of the definition file.

Returns

string

String contains content of the module if succeed; otherwise null.