C# Class ICSharpCode.ILSpy.TreeNodes.BaseTypesEntryNode

Inheritance: ILSpyTreeNode
Afficher le fichier Open project: HearthSim/extract-scripts Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadChildren ( ) : void

Method Details

BaseTypesEntryNode() public méthode

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

Decompile() public méthode

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

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void