C# Class ICSharpCode.ILSpy.TreeNodes.AssemblyTreeNode

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadChildren ( ) : void

Method Details

AssemblyTreeNode() public méthode

public AssemblyTreeNode ( LoadedAssembly assembly )
assembly LoadedAssembly

Decompile() public méthode

public Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Résultat void

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void