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

Lists the base types of a class.
상속: ILSpyTreeNode
파일 보기 프로젝트 열기: HearthSim/extract-scripts 1 사용 예제들

공개 메소드들

메소드 설명
BaseTypesTreeNode ( Mono.Cecil.TypeDefinition type )
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

비공개 메소드들

메소드 설명
AddBaseTypes ( List children, Mono.Cecil.TypeDefinition type ) : void

메소드 상세

BaseTypesTreeNode() 공개 메소드

public BaseTypesTreeNode ( Mono.Cecil.TypeDefinition type )
type Mono.Cecil.TypeDefinition

Decompile() 공개 메소드

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

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void