C# Class ICSharpCode.ILSpy.TreeNodes.BaseTypesEntryNode

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

Public Methods

Method Description
BaseTypesEntryNode ( TypeReference tr, bool isInterface )
Decompile ( Language language, ITextOutput output, DecompilationOptions options ) : void

Protected Methods

Method Description
LoadChildren ( ) : void

Method Details

BaseTypesEntryNode() public method

public BaseTypesEntryNode ( TypeReference tr, bool isInterface )
tr TypeReference
isInterface bool

Decompile() public method

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

LoadChildren() protected method

protected LoadChildren ( ) : void
return void