C# 클래스 AsmResolver.TreeBuilder

파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
AddForEachNode ( this parent, object>.Func valuesToAdd ) : TreeNode
AddForEachNode ( this parent, object>.Func valuesToAdd, string>.Func toStringFunc ) : TreeNode
AddForEachNode ( this parent, object>.Func valuesToAdd, string>.Func toStringFunc, TreeNodeType type ) : TreeNode
AddSubNodes ( this parent, TreeNode array ) : TreeNode
AddSubNodes ( this parent, object array ) : TreeNode
AddSubNodes ( this parent, object array, Func condition ) : TreeNode
AddSubNodes ( this parent, object array, Func condition, string>.Func toStringFunc ) : TreeNode
AddSubNodes ( this parent, object array, string>.Func toStringFunc ) : TreeNode
ConstructAssemblyNode ( Win32Assembly assembly ) : TreeNode
MakeOtherType ( this parent, bool>.Func condition, TreeNodeType newType ) : TreeNode

비공개 메소드들

메소드 설명
CreateArrayNode ( string name, object array ) : TreeNode
CreateArrayNode ( string name, object array, string>.Func toStringFunc ) : TreeNode
CreateNode ( string name, object value ) : TreeNode
CreateNode ( string name, object value, bool>.Func condition ) : TreeNode
CreateNode ( string name, object value, TreeNodeType type ) : TreeNode
CreateNode ( string name, object value, TreeNodeType type, bool>.Func condition ) : TreeNode

메소드 상세

AddForEachNode() 공개 정적인 메소드

public static AddForEachNode ( this parent, object>.Func valuesToAdd ) : TreeNode
parent this
valuesToAdd object>.Func
리턴 System.Windows.Forms.TreeNode

AddForEachNode() 공개 정적인 메소드

public static AddForEachNode ( this parent, object>.Func valuesToAdd, string>.Func toStringFunc ) : TreeNode
parent this
valuesToAdd object>.Func
toStringFunc string>.Func
리턴 System.Windows.Forms.TreeNode

AddForEachNode() 공개 정적인 메소드

public static AddForEachNode ( this parent, object>.Func valuesToAdd, string>.Func toStringFunc, TreeNodeType type ) : TreeNode
parent this
valuesToAdd object>.Func
toStringFunc string>.Func
type TreeNodeType
리턴 System.Windows.Forms.TreeNode

AddSubNodes() 공개 정적인 메소드

public static AddSubNodes ( this parent, TreeNode array ) : TreeNode
parent this
array System.Windows.Forms.TreeNode
리턴 System.Windows.Forms.TreeNode

AddSubNodes() 공개 정적인 메소드

public static AddSubNodes ( this parent, object array ) : TreeNode
parent this
array object
리턴 System.Windows.Forms.TreeNode

AddSubNodes() 공개 정적인 메소드

public static AddSubNodes ( this parent, object array, Func condition ) : TreeNode
parent this
array object
condition Func
리턴 System.Windows.Forms.TreeNode

AddSubNodes() 공개 정적인 메소드

public static AddSubNodes ( this parent, object array, Func condition, string>.Func toStringFunc ) : TreeNode
parent this
array object
condition Func
toStringFunc string>.Func
리턴 System.Windows.Forms.TreeNode

AddSubNodes() 공개 정적인 메소드

public static AddSubNodes ( this parent, object array, string>.Func toStringFunc ) : TreeNode
parent this
array object
toStringFunc string>.Func
리턴 System.Windows.Forms.TreeNode

ConstructAssemblyNode() 공개 정적인 메소드

public static ConstructAssemblyNode ( Win32Assembly assembly ) : TreeNode
assembly TUP.AsmResolver.Win32Assembly
리턴 System.Windows.Forms.TreeNode

MakeOtherType() 공개 정적인 메소드

public static MakeOtherType ( this parent, bool>.Func condition, TreeNodeType newType ) : TreeNode
parent this
condition bool>.Func
newType TreeNodeType
리턴 System.Windows.Forms.TreeNode