C# Class hl2glsl.DependencyGraphNode

Afficher le fichier Open project: SickheadGames/HL2GLSL Class Usage Examples

Méthodes publiques

Méthode Description
AddCallsBy ( DependencyGraphNode func ) : void
DependencyGraphNode ( string dependencyName ) : System
GetCalledByList ( ) : ArrayList
GetDependencyName ( ) : string
IsCalledBy ( string func ) : bool
Print ( ) : void
ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
SetDependencyName ( string name ) : void

Method Details

AddCallsBy() public méthode

public AddCallsBy ( DependencyGraphNode func ) : void
func DependencyGraphNode
Résultat void

DependencyGraphNode() public méthode

public DependencyGraphNode ( string dependencyName ) : System
dependencyName string
Résultat System

GetCalledByList() public méthode

public GetCalledByList ( ) : ArrayList
Résultat System.Collections.ArrayList

GetDependencyName() public méthode

public GetDependencyName ( ) : string
Résultat string

IsCalledBy() public méthode

public IsCalledBy ( string func ) : bool
func string
Résultat bool

Print() public méthode

public Print ( ) : void
Résultat void

ReplaceCalledBy() public méthode

public ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
toReplace DependencyGraphNode
newOne DependencyGraphNode
Résultat void

SetDependencyName() public méthode

public SetDependencyName ( string name ) : void
name string
Résultat void