ES2.LoadObject

public static object LoadObject(string path, ES2Settings settings=null)

Parameters

path The path where our data is stored. For more information, see Paths.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

object Our loaded data as a System.Object

Description

Loads the data of from a file as a System.Object.

Note that this is not a method of loading references, but is simply an ES2.Load method without the generic parameter. Data should be cast to a System.Object afterwards.

C#

JS