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

Base class of all ILSpy tree nodes.
상속: ICSharpCode.TreeView.SharpTreeNode
파일 보기 프로젝트 열기: HearthSim/extract-scripts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children List

공개 메소드들

메소드 설명
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
Save ( TextView textView ) : bool

Used to implement special save logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to save the item.

View ( TextView textView ) : bool

Used to implement special view logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to view the item.

보호된 메소드들

메소드 설명
HighlightSearchMatch ( string text, string suffix = null ) : object
LoadChildren ( ) : void

메소드 상세

Decompile() 공개 추상적인 메소드

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

HighlightSearchMatch() 보호된 정적인 메소드

protected static HighlightSearchMatch ( string text, string suffix = null ) : object
text string
suffix string
리턴 object

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void

Save() 공개 메소드

Used to implement special save logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to save the item.
public Save ( TextView textView ) : bool
textView TextView
리턴 bool

View() 공개 메소드

Used to implement special view logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to view the item.
public View ( TextView textView ) : bool
textView TextView
리턴 bool

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List