C# Class ICSharpCode.ILSpy.TreeNodes.TypeTreeNode

Inheritance: ILSpyTreeNode, IMemberTreeNode
显示文件 Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
TypeTreeNode ( Mono.Cecil.TypeDefinition type, AssemblyTreeNode parentAssemblyNode )

Protected Methods

Method Description
LoadChildren ( ) : void

Method Details

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

TypeTreeNode() public method

public TypeTreeNode ( Mono.Cecil.TypeDefinition type, AssemblyTreeNode parentAssemblyNode )
type Mono.Cecil.TypeDefinition
parentAssemblyNode AssemblyTreeNode