C# 클래스 Alexandria.Engines.Sciagi.Resources.ScriptSection.Object

Describes an object.
상속: ScriptSection
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
ToString ( ) : string

Create a string representation of the object.

ToTreeNode ( ) : TreeNode

Convert this object to a tree node control.

비공개 메소드들

메소드 설명
Object ( Script script, ScriptBlock block, AssetLoader loader ) : System

메소드 상세

ToString() 공개 메소드

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

ToTreeNode() 공개 메소드

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