C# Class AssemblyBrowser.MethodNode

Inheritance: ListNode
Show file Open project: mellinoe/assemblybrowser

Public Methods

Method Description
MethodNode ( System.Reflection.Metadata.Cil.CilMethodDefinition methodDef ) : ImGuiNET

Protected Methods

Method Description
InternalGetSpecialText ( ) : string
PostDrawNodeLabel ( ) : void
PreDrawNodeLabel ( ) : void

Method Details

InternalGetSpecialText() protected method

protected InternalGetSpecialText ( ) : string
return string

MethodNode() public method

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

PostDrawNodeLabel() protected method

protected PostDrawNodeLabel ( ) : void
return void

PreDrawNodeLabel() protected method

protected PreDrawNodeLabel ( ) : void
return void