C# Class ICSharpCode.ILSpy.TreeNodes.DerivedTypesEntryNode

Inheritance: ILSpyTreeNode
Show file Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( Language language, ITextOutput output, DecompilationOptions options ) : void
DerivedTypesEntryNode ( TypeDefinition type, ModuleDefinition assemblies )

Protected Methods

Method Description
LoadChildren ( ) : void

Method Details

Decompile() public method

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

DerivedTypesEntryNode() public method

public DerivedTypesEntryNode ( TypeDefinition type, ModuleDefinition assemblies )
type TypeDefinition
assemblies ModuleDefinition

LoadChildren() protected method

protected LoadChildren ( ) : void
return void