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

Describes an object.
Inheritance: ScriptSection
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
ToString ( ) : string

Create a string representation of the object.

ToTreeNode ( ) : TreeNode

Convert this object to a tree node control.

Private Methods

Méthode Description
Object ( Script script, ScriptBlock block, AssetLoader loader ) : System

Method Details

ToString() public méthode

Create a string representation of the object.
public ToString ( ) : string
Résultat string

ToTreeNode() public méthode

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