C# Class irek.Modules.Dependency

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Свойство Type Description
DependencyAssembly System.Reflection.Assembly
DependencyPath string

Méthodes publiques

Méthode Description
Dependency ( string deppath ) : System

Initializes a new instance of the Dependency class.

Load ( ) : void

Method Details

Dependency() public méthode

Initializes a new instance of the Dependency class.
public Dependency ( string deppath ) : System
deppath string The dependency path.
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

Property Details

DependencyAssembly public_oe property

public Assembly,System.Reflection DependencyAssembly
Résultat System.Reflection.Assembly

DependencyPath public_oe property

public string DependencyPath
Résultat string