C# 클래스 ICSharpCode.ILSpy.TreeNodes.AssemblyTreeNode

Tree node representing an assembly. This class is responsible for loading both namespace and type nodes.
상속: ILSpyTreeNode
파일 보기 프로젝트 열기: HearthSim/extract-scripts 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyTreeNode ( LoadedAssembly assembly )
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

메소드 상세

AssemblyTreeNode() 공개 메소드

public AssemblyTreeNode ( LoadedAssembly assembly )
assembly LoadedAssembly

Decompile() 공개 메소드

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

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void