C# Class ICSharpCode.ILSpy.TreeNodes.AssemblyTreeNode

Tree node representing an assembly. This class is responsible for loading both namespace and type nodes.
Inheritance: ILSpyTreeNode
Exibir arquivo Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
AssemblyTreeNode ( LoadedAssembly assembly )
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void

Protected Methods

Method Description
LoadChildren ( ) : void

Method Details

AssemblyTreeNode() public method

public AssemblyTreeNode ( LoadedAssembly assembly )
assembly LoadedAssembly

Decompile() public method

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

LoadChildren() protected method

protected LoadChildren ( ) : void
return void