C# 클래스 AssemblyBrowser.MethodNode

상속: ListNode
파일 보기 프로젝트 열기: mellinoe/assemblybrowser

공개 메소드들

메소드 설명
MethodNode ( System.Reflection.Metadata.Cil.CilMethodDefinition methodDef ) : ImGuiNET

보호된 메소드들

메소드 설명
InternalGetSpecialText ( ) : string
PostDrawNodeLabel ( ) : void
PreDrawNodeLabel ( ) : void

메소드 상세

InternalGetSpecialText() 보호된 메소드

protected InternalGetSpecialText ( ) : string
리턴 string

MethodNode() 공개 메소드

public MethodNode ( System.Reflection.Metadata.Cil.CilMethodDefinition methodDef ) : ImGuiNET
methodDef System.Reflection.Metadata.Cil.CilMethodDefinition
리턴 ImGuiNET

PostDrawNodeLabel() 보호된 메소드

protected PostDrawNodeLabel ( ) : void
리턴 void

PreDrawNodeLabel() 보호된 메소드

protected PreDrawNodeLabel ( ) : void
리턴 void