Click or drag to resize

ScribuntoWikiSiteExtensions Class

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Scribunto.ScribuntoWikiSiteExtensions"]

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.ScribuntoScribuntoWikiSiteExtensions

Namespace: WikiClientLibrary.Scribunto
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class ScribuntoWikiSiteExtensions

The ScribuntoWikiSiteExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, CancellationToken) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and evaluates the specified Lua code with it.
Top
See Also