Click or drag to resize
IAppGetEmptyScriptAsync Method
Overload List
  NameDescription
Public methodGetEmptyScriptAsync(String)

Creates a script that contains one section. This section contains Set statements that give localized information from the regional settings of the computer.

The computer regional settings are retrieved when the engine starts.
Public methodGetEmptyScriptAsync(AsyncHandle, String)

Creates a script that contains one section. This section contains Set statements that give localized information from the regional settings of the computer.

The computer regional settings are retrieved when the engine starts.
Public methodGetEmptyScriptAsyncT(AsyncHandle, FuncResponse, T, String)

Creates a script that contains one section. This section contains Set statements that give localized information from the regional settings of the computer.

The computer regional settings are retrieved when the engine starts.
Top
See Also