C# Класс AsmResolver.TreeBuilder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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