Neo.Lua Stackframe notation. Unknown location of the frame. Frame is within the .net source. Frame is within a lua script. Exception data interface to provide more information about the stack. Returns the formatted stacktrace. Level to start. Only Lua frames. Returns the debug info from a frame. Stacktrace length. Base class for Lua-Exceptions Base class for Lua-Exceptions Text Inner Exception Source file name Source line Source column Exception to use for not implementated functions, that might be implemented later. Exception to use for functions, that can not implemented by design. Lua Exception for parse errors. Lua Exception for parse errors. Source file name Source line Source column Source index Lua Exception for runtime errors. Lua Exception for runtime errors. Error message Inner Exception Lua Exception for runtime errors. Error message Frame that should skip. Should the stacktrace show clr frames. Returns the Lua StackTrace Source file name Source line Source column Key of the ILuaExceptionData. Stack frame implementation. Class to extent the any Exception with Lua debug information. Creates a exception data with a stack trace. Change the StackTrace Stackframes Always true Get StackTrace format as an string. Lua frame to skip. Skip all clr-frames. Formatted stackframe Formatted StackTrace Get the LuaStackFrame from a .net StackFrame, if someone exists. In the other case, the return LuaStackFrame is only proxy to the orginal frame. .net stackframe LuaStackFrame Converts a whole StackTrace. .net stacktrace LuaStackFrames Converts a whole StackTrace and it is possible to use a special resolver. .net stacktrace LuaStackFrames Retrieves the debug information for an exception. Exception Debug Information Unwind exception implementation. Manages the Lua-Script-Environment. At the time it holds the binder cache between the compiled scripts. All static methods for the language implementation Result for the binding of methods Writes the content of the rule cache to a file. For debug-reasons. Create a new lua-script-manager. Create a new lua-script-manager. Clear the cache. Destroy script manager Removes all chunks, binders and compiled assemblies. Creates a Environment Create an empty environment Create a code delegate without executing it. File to parse. Options for the compile process. Arguments for the code block. Compiled chunk. Create a code delegate without executing it. Inhalt Name der Datei Options for the compile process. Arguments for the code block. Compiled chunk. Create a code delegate without executing it. Code of the delegate.. Name of the delegate Options for the compile process. Arguments for the code block. Compiled chunk. Create a code delegate without executing it. Code of the delegate.. Options for the compile process. Arguments for the code block. Compiled chunk. Creates a code delegate or returns a single return constant. Test for single print expression. Creates a simple lua-lambda-expression without any environment. Name of the delegate Code of the delegate. Delegate type. null is allowed. Return-Type of the delegate Arguments of the delegate. Creates a simple lua-delegate without any environment. Name of the delegate Code of the delegate. Possible to override the argument names. Parses a string to a lua number. String representation of the number. Parses a string to a lua number. String representation of the number. Base fore the number Default type for the non floating point numbers. Only short, int, long is allowed. Default type for the floating point numbers. Only float, double, decimal is allowed. Returns the version of lua. Stack trace compile options. This function convert numbers, that are automatically convert from strings. Write a lua value in a textwriter Write a lua value in a textwriter Read a lua value from a token stream. LuaLexer Read a lua value from a text reader. Read a lua value from a string. Converts the value to the type, like NeoLua will do it. value, that should be converted. type to which the value should be converted. converted value Get the part of the result as an array. If there are not enough values in the array, it returns a empty array. Type of the elements of the result array. Combines a array with the result. Get's the length of an value. Value Length of the value or 0. Returns the up-value of the given index. Delegate, which upvalue should returned. 1-based index of the upvalue. Name, Value pair for the value. Simulates the upvalueid function. Becareful, the returned numbers are the current GC-Handle. Delegate 1-based index of the upvalue. Returns not a Number. It returns a object, that enforces that all operations are break down to operations on the objects. Changes the up-value of a delegate Delegate, which will be changed. 1-based index of the upvalue. New value Name of the value, that is changed or null if the function fails. Make the index1 upvalue refer to index2 upvalue. This only works for closures. Delegate 1-based index of the upvalue. Delegate 1-based index of the upvalue. Convert IEnumerator's to lua enumerator-functions. Defines the sandbox type No sandbox Access is not allowed. Check the access during runtime. Defines option for the parse and compile of a script. Create the lexer for the parser Action on access diened. Most core method, that gets called to sandbox a value. Expression, that should be sandboxed. Optional: Instance, that was called to get the expression. Optional: Name of the member that was used to resolve the expression. Sandboxed expression Higher level method to restict access to types. Type of the sandbox value Optional: Instance, that was called to get the expression. Optional: Name of the member that was used to resolve the expression. Sandbox action Gets called if the sandbox will resolved during runtime. Set this member to compile the script with Debug-Infos. Wether or not to recognize the local Represents the compiled chunk. Create the chunk Attached runtime Name of the chunk Assign a methodname with the current chunk. unique method name Gets for the StackFrame the position in the source file. Executes the Chunk on the given Environment Returns the associated LuaEngine Set or get the compiled script. Name of the compiled chunk. Is the chunk compiled and executable. Is the chunk compiled with debug infos Returns the declaration of the compiled chunk. Get the IL-Size Descripes the debug-level. No debug info will be emitted. Before every new line is a DebugInfo emitted (Line exact). Every expression is wrap by a DebugInfo (Column exact). Registriert die Methoden Create the chunk Content of the chunk. How should the parser emit the DebugInfo's Information about a position. Name of the chunk. Source of the position. Line Column Create lua chunks, that will have stacktrace in case of an exception (only with line numbers). Instance of the exception debugger. Translates type definitions to codes, that are easier to compare Should the type thread as dynamic. true, if the type is object or implements IDynamicMetaObjectProvider Gets a type code for the type. Compares the to types and returns the "higest". Holds the result of the member. Holds the description of the arguments and the compare algorithm. Lua compatible file access. Closes the file stream Is the end of stream reached. Is the file closed. Access to the internal TextReader. Access to the internal TextWriter. Length of the file. Invoke filestream flush. Seek implementation. Length of the file Creates a new lua compatible file access. Name of the file mode Creates a new lua compatible file access. Name of the file. Encoding for the text access. Open mode Access mode. Creates a new lua compatible file access. File stream. Encoding for the text access. Create a temp file, will be deteted on close. Create the temp file. Basic implementation of all lua packages and functions, that are compatible with the portable library. Create a new environment for the lua script manager/compiler. The lua script compiler. Redirects the invoke binder to the script manager/compiler. Registers a type as an library. Compiles and execute the filename. Name of the lua file. Parameter definition for the file. Return values of the file. Compiles and executes code. Lua-Code Name of the lua-code Parameter definition for the lua-code. Return values of the lua-code. Compiles and execute the stream. Stream Name of the stream Parameter definition for the stream. Return values of the stream. Executes a precompiled chunk on the lua environment. Compiled chunk. Arguments for the chunk. Return values of the chunk. Change the default compile options of dochunk or dofile DefaultCompileOptions = Lua.StackTraceCompileOptions; Access to the assigned Lua script manager Tokens Not defined token End of file Invalid char Invalid string Invalid string opening Invalid comment NewLine Space Comment string Integer or floating point number Identifier Keyword and Keyword break Keyword cast Keyword const Keyword do Keyword else Keyword elseif Keyword end Keyword false Keyword for Keyword foreach Keyword function Keyword goto Keyword if Keyword in Keyword local Keyword nil Keyword not Keyword or Keyword repeat Keyword return Keyword then Keyword true Keyword until Keyword while + - * / // % ^ & | ~ # == ~= <= >= < > << >> = ( ) { } [ ] ; : :: , . .. ... Position in the source file Umwandlung in ein übersichtliche Darstellung. Zeichenfolge mit Inhalt Dateiname in der dieser Position sich befindet. Document where the token was found. Zeile, bei 1 beginnent. Spalte, bei 1 beginnent. Index bei 0 beginnend. Represents a token of the lua source file. Erzeugt einen Token. Type des Wertes. Der Wert. Beginn des Tokens Ende des Tokens Umwandlung in ein übersichtliche Darstellung. Zeichenfolge mit Inhalt Art des Wertes Wert selbst Start des Tokens Ende des Tokens Länge des Tokens Lexer interface for parser. Read next token. Look a head token, aka next token. Look a head token, aka next, next token. Base class for the lua lexer. Creates the lexer for the lua parser Filename Input for the scanner, will be disposed on the lexer dispose. defines the look a head length for parsers Start line for the text reader. Destroy the lexer and the TextReader Append a char to the current buffer. Append a char to the current buffer. Move the char stream and discard the buffer. Move the char stream and discard the buffer. Append the current char to the buffer and move the char stream. Read a whole line Skip white spaces Create a new token with the current buffer. Token type Token Create a new token. Token type Token Create a new token. Token type Token Check the next following chars. Get look a head. Current start position. Current char position. Current active char End of file Currently collected chars. Currently collected chars. Lexer for the lua syntax. Creates the lexer for the lua parser Filename Input for the scanner, will be disposed on the lexer dispose. Start line for the text reader. Create a lexer from a token stream. Reads the next token from the stream Next token Next token Current token Should the scanner skip comments Read a token from the char stream. Creates the lexer for the lua parser Filename Input for the scanner, will be disposed on the lexer dispose. Start line for the text reader. Creates the lexer for the lua parser Check for A-Z,0-9 and _ Is the given identifier a keyword. Is the given identifier a keyword. Resolves the name of the token. Create a new token. Reimplements methods of the string package. Implamentation of http://www.lua.org/manual/5.3/manual.html#pdf-string.byte Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.char Not implemented Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.find Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.format Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.gmatch Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.gsub Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.len Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.lower Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.match Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.rep Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.reverse Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.sub Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-string.upper Set this member to false to use native (.net) regex syntax. Reimplements methods of the math package. Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.abs Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.acos Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.asin Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.atan Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.atan2 Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.ceil Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.cos Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.cosh Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.deg Implementation of Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.floor Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.fmod Returns m and e such that x = m2e, e is an integer and the absolute value of m is in the range [0.5, 1) (or zero when x is zero, http://www.lua.org/manual/5.2/manual.html#pdf-math.frexp). The value HUGE_VAL, a value larger than or equal to any other numerical value (http://www.lua.org/manual/5.3/manual.html#pdf-math.huge). Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.ldexp Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.log Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.max Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.min Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.modf Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.pow Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.rad Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.random Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.randomseed Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.sin Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.sinh Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.sqrt Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.tan Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-math.tanh Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.type Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.tointeger Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.ult Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.pi Maps Math.E Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.mininteger Implementation of http://www.lua.org/manual/5.3/manual.html#pdf-math.maxinteger Reimplements methods of the bit32 package. Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.arshift Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.band Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.bnot Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.bor Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.btest Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.bxor Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.extract Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.replace Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.lrotate Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.lshift Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.rrotate Implementation of http://www.lua.org/manual/5.2/manual.html#pdf-bit32.rshift default files are not supported. Defines the encoding for stdout Converts a number representing the date and time back to some higher-level representation. Format string. Same format as the C strftime() function. Numeric date-time. It defaults to the current date and time. Formatted date string, or table of time information. by PapyRef Calculate the current date and time, coded as a number. That number is the number of seconds since Epoch date, that is 00:00:00 UTC, January 1, 1970. When called with a table, it returns the number representing the date and time described by the table. Table representing the date and time The time in system seconds. by PapyRef Converts a time to a .net DateTime Calculate the number of seconds between time t1 to time t2. Higher bound of the time interval whose length is calculated. Lower bound of the time interval whose length is calculated. If this describes a time point later than end, the result is negative. The number of seconds from time t1 to time t2. In other words, the result is t2 - t1. by PapyRef Dynamic result object for lua functions. Redirect mainly all calls to a dynamic expression, because e.g. CSharp binder doesn't look for the DynamicMetaObjectProvider interface and LuaResult only stores Object's. Creates a empty result-object. Creates a empty result-object. One result value Creates a empty result-object. Result values Return values. Access to the raw-result values. Get's the number of results. Represents a empty result Debugger that creates the methods as dynamic assembly, with them it is possible to retrieve exact stacktraces. This debugger is good if you are running long scripts, they stay in memory. Creates a new StackTrace-Debugger Default debugger for the stack trace debugger. Marks a function or a GET property for the global namespace. Marks global Members, they act normally as library Use the name of the method. Register this member as method. Global name of the function. Implementation of a the lua table. A lua table is a combination of a hash dictionary, a string dictionary and a array list. Member name of the metatable Proxy for a interface to the array part of a table. Proxy for a interface to the members of a table. Always true Always true points to the next entry with the same hashcode Initial value for the table creation. Value has changed. Creates a new lua table Returns the Meta-Object Get the invoke binder. CallInfo Binder Insert a value in the hash list Key of the item Hashcode of the key Value that will be setted Is the value a method Index of the setted entry Search the key in the list Key of the item hash code of the key Comparer for equality Empty the table Notify property changed Name of property Set a value string key value Key Value, null deletes the value. Ignore case of the member name If the value not exists, should we call OnNewIndex. value Returns the value of a key. Key Ignore case of the member name Is OnIndex called, if no member exists. The value or null Checks if the Member exists. Membername Ignore case of the member name true, if the member is in the table. Set the value in the array part of the table (if the index is greater Length + 1 it is set to the hash part) Index of the element Value, null deletes the value. If the value not exists, should we call OnNewIndex. value Get the value from the array part or from the hash part. Index of the element Is OnIndex called, if no index exists. Checks if the index is set. Index true, if the index is in the table. zero based zero based zero based Is the type a index type. Set a value in of the table Key Value, null deletes the value. If the value not exists, should we call OnNewIndex. value Set multi indexed values. Keys If the value not exists, should we call OnNewIndex. Gets the value of a key Key Is OnIndex called, if no key exists. The value or null. Get multi indexed values Keys Is OnIndex called, if no key exists. Value Returns the value of the table. Excpected type for the value Name of the member. Replace value, if the member not exists or can not converted. Value or default. Checks if the key exists. key true, if the key is in the listtable Defines a normal function attached to a table. Name of the member for the function. function definition Ignore case of the member name function If you want to delete the define, call SetMemberValue with the function name and set the value to null. Defines a new method on the table. Name of the member/name. Method that has as a first parameter a LuaTable. Ignore case of the member name method If you want to delete the define, call SetMemberValue with the function name and set the value to null. Call a member Name of the member Result of the function call. Call a member Name of the member first argument Result of the function call. Call a member Name of the member first argument second argument Result of the function call. Call a member Name of the member first argument second argument third argument Result of the function call. Call a member Name of the member Arguments Result of the function call. Call a member (function or method) of the lua-table Name of the member Arguments Ignore case of the member name true, throws a exception if something is going wrong. false, on a exception a empty LuaResult will be returned. true, throws no exception n nil value. Sets the given object with the members of the table. true, if __newindex is defined. Always true Always true Support for the array initalizer. Value that is added to the array part. Support for a key value initializer. key of the value. value Implementation of the lua next. Return visible keys. Returns or sets an value in the lua-table. Index. Value or null Returns or sets an value in the lua-table. Index. Value or null Returns or sets an value in the lua-table. Index. Value or null Returns or sets an value in the lua-table. Index list. Value or null Access to the array part Access to all members Access to all values. Length if it is an array. Access to the __metatable merge the second table into the first one. Returns a new table with all parameters stored into keys 1, 2, etc. and with a field "n" with the total number of parameters. Note that the resulting table may not be a sequence. Returns a new table with all parameters stored into keys 1, 2, etc. and with a field "n" with the total number of parameters. Note that the resulting table may not be a sequence. Removes from list the last element. Removes from list the element at position pos, returning the value of the removed element. Returns the elements from the given table. Returns the elements from the given table. Returns the elements from the given table. Returns the elements from the given table as a sequence. Return value for empty lists Returns the elements from the given table as a sequence. Returns the elements from the given table as a sequence. Returns the elements from the given table as a sequence. Returns the elements from the given table as a sequence. Return value for empty lists Convert the table to a string Convert the table to a string Convert the table to a string Parse a lua table Convert the table to a json-string Convert the table to a json-string Convert the table to a json-string Parse json to a lua table Descripes the status of an LuaThread. Coroutine is active but not running. Coroutine is running. Coroutine currently calls yield. Coroutine has stopped. Implemention of the coroutine module. Creates a new lua thread. Delegate that should run as a thread. Gibt die Daten frei Creates a coroutine from an delegate. Starts the execution of the next part of the thread. Arguments, that will pass to the function-part Returns the LuaThread as an IAsyncResult. Executes a part of the thread. Arguments, that will pass to the function-part Result of the function. Executes a part of the thread. Thread, that should resume. Arguments, that will pass to the function-part Result of the function. Sends a result to the main-thread. Result New parameter. Returns the running coroutine and a boolean if it is the main. Returns the status of the thread. Returns the status of the thread. Thread Returns the status. Creates a function, that wraps resume. Enumeration type. Enumerate only public static methods. Enumerate only public non-static methods. Enumerate public non-static and interface methods. Interface to the logic, that resolves the types. Gets called before the resolve of a assembly. Resolves the type. Name of the type. Versioninformation for the re-resolve of types. Simple resolver, that iterates over a list of static assemblies. Creates a simple type resolver. Appends a new assembly for the search. Assembly Base class for the Type-Wrapper. Gets the dynamic interface of a type Get the generic type Arguments for the generic type Created type. Name of the LuaType FullName of the Clr-Type Alias name Returns the alias or if it is null the full name Type that is represented by the LuaType Is the LuaType only a namespace at the time. Parent type Number of loaded assemblies implicit convert to type lua-type that should convert. clr-type Creates or looks up the LuaType for a clr-type. clr-type, that should wrapped. Wrapped Type Creates or looks up the LuaType for a clr-type. Full path to the type (clr-name). Must the type exist or it is possible to bound the type later. Wrapped Type, is lLate is false also null is possible. Lookup for a well known type. Name of the type (in neolua style) Register a new type alias. Name of the type alias. It should be a identifier. Type of the alias Registers a type extension. Registers a single extension method. Method Root for all clr-types. Resolver for types. Default resolver. Should the type resolve also scan references assemblies (default is true). Name of the member. Type that is the owner of the member list Instance, that belongs to the member. Is the first parameter a self parameter. Represents overloaded members. Creates a delegate from the method Name of the member. Type that is the owner of the member list Instance, that belongs to the member. Use self parameter Access to the method. Delegate of the Method Represents overloaded members. Finds the delegate from the signature. true type must match exact. false, the types only should assignable. Types Finds the delegate from the signature. Gets the delegate from the index Index Finds the method from the signature true type must match exact. false, the types only should assignable. Finds the method from the signature. Gets the method from the index Index Name of the member. Type that is the owner of the member list Instance, that belongs to the member. Self parameter Count of overloade members. Name of the event. Type that is the owner of the member list Instance, that belongs to the member. Internal parser code to generate te expression tree. Scope, that builds a block. Creates the scope parent-scope Creates a new variable in the current scope. Type of the variable Name of the variable The expression that represents the access to the variable. Looks up the variable/parameter/const through the scopes. Name of the variable The access-expression for the variable, parameter or null, if it is not registered. Create a named label or look for an existing Returntype for the label Name for the label Labeltarget Close the expression block and return it. Access to the Lua-Binders Emit-Debug-Information Options DebugInfo on expression level Return type of the current Lambda-Scope Scope that represents the loop content. Scope that represents the loop content. Creates or lookup the label Type of the label. Is ignored on std. labels. Name of the label. LabelTarget Default break position. Default continue position. Lambda-Scope with labels and parameters. Creates the lambda-scope, that manages labels and arguments. Registers arguments for the function. Type of the argument Name of the argument Access to the argument Lookup the variables and arguments. Name of the parameter/variable. Global parse-scope. Global parse-scope Runtime and binder of the global scope. Access to the binders Emit-Debug-Information Options Class to hold arguments. Mini-Parse-Tree for resolve of prefix expressions Parses the chunk to an function. Binder Compile options for the script. Creates the _G parameter. Lexer for the code. Type for the delegate. null, for an automatic type Defines the return type of the chunk. Arguments of the function. Expression-Tree for the code. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to No conversion defined from {0} to {1}.. Looks up a localized string similar to No operator is defined for {1} {0} {2}.. Looks up a localized string similar to Chunk is not compiled.. Looks up a localized string similar to No type for the generic argument {0}.. Looks up a localized string similar to Clr type expected.. Looks up a localized string similar to Constant expression could not evaluate ({0}).. Looks up a localized string similar to Constant expression expected.. Looks up a localized string similar to Argument ar must from the same LuaThread.. Looks up a localized string similar to Argument co must be a LuaThread or a Thread.. Looks up a localized string similar to BeginResume is not called.. Looks up a localized string similar to Yield from wrong thread.. Looks up a localized string similar to Delegate must not have out parameters.. Looks up a localized string similar to Expression is not enumerable.. Looks up a localized string similar to Invalid mode format.. Looks up a localized string similar to Can not read from file.. Looks up a localized string similar to File pointer can not set to a new position.. Looks up a localized string similar to Can not write into file.. Looks up a localized string similar to Can not format '{0}' to {1}.. Looks up a localized string similar to Function '{0}' on type '{1}' already exists.. Looks up a localized string similar to No index found for type '{0}'.. Looks up a localized string similar to Type '{0}' is not callable.. Looks up a localized string similar to '{0}:{1}' is not readable.. Looks up a localized string similar to '{0}:{1}' not found.. Looks up a localized string similar to '{0}:{1}' must be unique.. Looks up a localized string similar to '{0}:{1}' is not writable.. Looks up a localized string similar to Can not mix static and non-static methods ({0}).. Looks up a localized string similar to Can not call nil value.. Looks up a localized string similar to Operator is not defined for nil-values.. Looks up a localized string similar to No length for {0}.. Looks up a localized string similar to Object is nil.. Looks up a localized string similar to Number expected.. Looks up a localized string similar to Assignment expected.. Looks up a localized string similar to The argument type must be assignable to Exception (unexpected type: {0}). Looks up a localized string similar to Number expected ('{0}' not converted).. Looks up a localized string similar to Current block is closed before end of file.. Looks up a localized string similar to Expression has no result.. Looks up a localized string similar to Expression is not assignable.. Looks up a localized string similar to Named arguments specifications must appear after all fixed arguments have been specified.. Looks up a localized string similar to Unexpected char.. Looks up a localized string similar to Comment not closed.. Looks up a localized string similar to NewLine in string constant.. Looks up a localized string similar to Invalid long string delimiter.. Looks up a localized string similar to No arglist defined.. Looks up a localized string similar to It is not allowed to redefine the type.. Looks up a localized string similar to Unexpected token '{0}'. '{1}' expected.. Looks up a localized string similar to Unexpected token in Else-Statement. Looks up a localized string similar to Literal, function or table-ctor expected.. Looks up a localized string similar to Type '{0}' not found.. Looks up a localized string similar to at . Looks up a localized string similar to -- internal --. Looks up a localized string similar to line . Looks up a localized string similar to <unknown method>. Looks up a localized string similar to There is already a value with the key '{0}'.. Looks up a localized string similar to Failed to call '{0}'.. Looks up a localized string similar to Nil is not a valid key.. Looks up a localized string similar to Methods must have a LuaTable as first parameter ('{0}').. Looks up a localized string similar to Operator '{0}' is not compatible (expected {1}).. Looks up a localized string similar to Operator '{0}' is not defined for the table.. Looks up a localized string similar to Recursion level is to deep.. Looks up a localized string similar to Name for type alias is invalid '{0}'.. Looks up a localized string similar to Method {0}.{1} must be static, public and needs at least one parameter.. Looks up a localized string similar to {0} is not static.. Looks up a localized string similar to '{0}' is a pointer or byref type. These types can not converted to a LuaType.. Looks up a localized string similar to The type "{0}" is not supported.. Looks up a localized string similar to Invalid type format for '{0}' (unexpected: {1} at {2}; expected: {3}). Determines whether the specified value is of numeric type. The object to check. true if o is a numeric type; otherwise, false. Determines whether the specified value is positive. The value. if set to true treats 0 as positive. true if the specified value is positive; otherwise, false. Converts the specified values boxed type to its correpsonding unsigned type. The value. A boxed numeric object whos type is unsigned. Converts the specified values boxed type to its correpsonding integer type. The value. A boxed numeric object whos type is an integer type. Replaces the string representations of meta chars with their corresponding character values. The input. A string with all string meta chars are replaced Format time as string Instant in time, typically expressed as a date and time of day. String containing any combination of regular characters and special format specifiers.They all begin with a percentage (%). String with expanding its format specifiers into the corresponding values that represent the time described in dateTime