Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mosa
Utility
GUI
Common
TypeSystemTree
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