TryLoad(string name) Method

Tries to load information about a script call for a script of the specified name.

Syntax

public abstract CallScriptInfo TryLoad(string name)

Parameters

name
Type: string

The name of the script.

Returns

Information about the script call if possible; otherwise null (Nothing in Visual Basic).