Table of Contents

Class Library

Namespace
TabScript
Assembly
TableScript.dll

The purpose of this class is to transform C# libraries into available functions for TableScript

public static class Library
Inheritance
Library
Inherited Members

Methods

BuildLibrary(string, (Delegate func, string description)[])

Using reflecion, transforms C# functions with Table, string, bool, int and void return types and arguments into FunctionExtStmt records

public static ResolvedImport BuildLibrary(string filename, (Delegate func, string description)[] functions)

Parameters

filename string
functions (Delegate func, string description)[]

Returns

ResolvedImport