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

Represents a property in the TreeView.
상속: ILSpyTreeNode, IMemberTreeNode
파일 보기 프로젝트 열기: HearthSim/extract-scripts 1 사용 예제들

공개 메소드들

메소드 설명
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )

비공개 메소드들

메소드 설명
GetAttributesOfMostAccessibleMethod ( Mono.Cecil.PropertyDefinition property ) : MethodAttributes

메소드 상세

Decompile() 공개 메소드

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

PropertyTreeNode() 공개 메소드

public PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )
property Mono.Cecil.PropertyDefinition