C# Class Alexandria.Engines.Sciagi.Resources.ScriptSection.Object

Describes an object.
Inheritance: ScriptSection
显示文件 Open project: Burton-Radons/Alexandria

Public Methods

Method Description
ToString ( ) : string

Create a string representation of the object.

ToTreeNode ( ) : TreeNode

Convert this object to a tree node control.

Private Methods

Method Description
Object ( Script script, ScriptBlock block, AssetLoader loader ) : System

Method Details

ToString() public method

Create a string representation of the object.
public ToString ( ) : string
return string

ToTreeNode() public method

Convert this object to a tree node control.
public ToTreeNode ( ) : TreeNode
return System.Windows.Forms.TreeNode