C# Class ICSharpCode.ILSpy.TreeNodes.DerivedTypesTreeNode

Lists the super types of a class.
Inheritance: ILSpyTreeNode
Show file Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
DerivedTypesTreeNode ( AssemblyList list, TypeDefinition type )

Protected Methods

Method Description
LoadChildren ( ) : void

Private Methods

Method Description
FindDerivedTypes ( TypeDefinition type, ModuleDefinition assemblies ) : IEnumerable
IsSameType ( TypeReference typeRef, TypeDefinition type ) : bool

Method Details

Decompile() public method

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

DerivedTypesTreeNode() public method

public DerivedTypesTreeNode ( AssemblyList list, TypeDefinition type )
list AssemblyList
type TypeDefinition

LoadChildren() protected method

protected LoadChildren ( ) : void
return void