C# (CSharp) ICSharpCode.ILSpy.TreeNodes Пространство имен

Классы

Имя Описание
AssemblyTreeNode Tree node representing an assembly. This class is responsible for loading both namespace and type nodes.
BaseTypesEntryNode
BaseTypesTreeNode Lists the base types of a class.
DerivedTypesEntryNode
DerivedTypesTreeNode Lists the super types of a class.
EventTreeNode Represents an event in the TreeView.
FieldTreeNode Represents a field in the TreeView.
ILSpyTreeNode Base class of all ILSpy tree nodes.
MethodTreeNode Tree Node representing a field, method, property, or event.
NamespaceTreeNode Namespace node. The loading of the type nodes is handled by the parent AssemblyTreeNode.
PropertyTreeNode Represents a property in the TreeView.
TypeTreeNode