C# Class irek.Modules.Dependency

ファイルを表示 Open project: theanti9/irek Class Usage Examples

Public Properties

Property Type Description
DependencyAssembly System.Reflection.Assembly
DependencyPath string

Public Methods

Method Description
Dependency ( string deppath ) : System

Initializes a new instance of the Dependency class.

Load ( ) : void

Method Details

Dependency() public method

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

Load() public method

public Load ( ) : void
return void

Property Details

DependencyAssembly public_oe property

public Assembly,System.Reflection DependencyAssembly
return System.Reflection.Assembly

DependencyPath public_oe property

public string DependencyPath
return string