C# 클래스 irek.Modules.Dependency

파일 보기 프로젝트 열기: theanti9/irek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DependencyAssembly System.Reflection.Assembly
DependencyPath string

공개 메소드들

메소드 설명
Dependency ( string deppath ) : System

Initializes a new instance of the Dependency class.

Load ( ) : void

메소드 상세

Dependency() 공개 메소드

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

Load() 공개 메소드

public Load ( ) : void
리턴 void

프로퍼티 상세

DependencyAssembly 공개적으로 프로퍼티

public Assembly,System.Reflection DependencyAssembly
리턴 System.Reflection.Assembly

DependencyPath 공개적으로 프로퍼티

public string DependencyPath
리턴 string