C# Класс hl2glsl.DependencyGraph

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

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

Метод Описание
AddDependant ( DependencyGraphNode dep ) : void
CountDependants ( ) : int
DependencyGraph ( ) : System
GetWhoThisFunctionCalls ( string func ) : ArrayList
PrintCallTree ( ) : void
RemoveDependant ( DependencyGraphNode dep ) : void
ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
SearchDependant ( string dependantName ) : DependencyGraphNode

Описание методов

AddDependant() публичный Метод

public AddDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
Результат void

CountDependants() публичный Метод

public CountDependants ( ) : int
Результат int

DependencyGraph() публичный Метод

public DependencyGraph ( ) : System
Результат System

GetWhoThisFunctionCalls() публичный Метод

public GetWhoThisFunctionCalls ( string func ) : ArrayList
func string
Результат System.Collections.ArrayList

PrintCallTree() публичный Метод

public PrintCallTree ( ) : void
Результат void

RemoveDependant() публичный Метод

public RemoveDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
Результат void

ReplaceDependant() публичный Метод

public ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
toReplace string
newNode DependencyGraphNode
Результат void

SearchDependant() публичный Метод

public SearchDependant ( string dependantName ) : DependencyGraphNode
dependantName string
Результат DependencyGraphNode