C# Class ICSharpCode.ILSpy.TreeNodes.NamespaceTreeNode

Namespace node. The loading of the type nodes is handled by the parent AssemblyTreeNode.
Inheritance: ILSpyTreeNode
显示文件 Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( Language language, ITextOutput output, DecompilationOptions options ) : void
NamespaceTreeNode ( string name )

Method Details

Decompile() public method

public Decompile ( Language language, ITextOutput output, DecompilationOptions options ) : void
language Language
output ITextOutput
options DecompilationOptions
return void

NamespaceTreeNode() public method

public NamespaceTreeNode ( string name )
name string