C# Class Mosa.Utility.GUI.Common.TypeSystemTree

Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
UpdateTree ( TreeView treeView, TypeSystem typeSystem, MosaTypeLayout typeLayout, bool showSizes ) : void

Method Details

UpdateTree() public static method

public static UpdateTree ( TreeView treeView, TypeSystem typeSystem, MosaTypeLayout typeLayout, bool showSizes ) : void
treeView System.Windows.Forms.TreeView
typeSystem Mosa.Compiler.MosaTypeSystem.TypeSystem
typeLayout Mosa.Compiler.Framework.MosaTypeLayout
showSizes bool
return void