C# 클래스 Bottles.PackageInfo

상속: IPackageInfo
파일 보기 프로젝트 열기: DarthFubuMVC/bottles 1 사용 예제들

공개 메소드들

메소드 설명
AddDependency ( Bottles.Dependency dependency ) : void
Describe ( Description description ) : void
Equals ( PackageInfo other ) : bool
Equals ( object obj ) : bool
ForFiles ( string directory, string searchPattern, Stream>.Action fileCallback ) : void
ForFolder ( string folderName, Action onFound ) : void
GetHashCode ( ) : int
LoadAssemblies ( IAssemblyRegistration loader ) : void
PackageInfo ( PackageManifest manifest ) : System
RegisterAssemblyLocation ( string assemblyName, string filePath ) : void
RegisterFolder ( string folderName, string directory ) : void
RemoveAllAssemblies ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
AddAssembly ( Assembly assembly ) : void
AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void

메소드 상세

AddAssembly() 보호된 메소드

protected AddAssembly ( Assembly assembly ) : void
assembly Assembly
리턴 void

AddAssembly() 보호된 메소드

protected AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void
assemblyTarget Bottles.AssemblyTarget
리턴 void

AddDependency() 공개 메소드

public AddDependency ( Bottles.Dependency dependency ) : void
dependency Bottles.Dependency
리턴 void

Describe() 공개 메소드

public Describe ( Description description ) : void
description Description
리턴 void

Equals() 공개 메소드

public Equals ( PackageInfo other ) : bool
other PackageInfo
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ForFiles() 공개 메소드

public ForFiles ( string directory, string searchPattern, Stream>.Action fileCallback ) : void
directory string
searchPattern string
fileCallback Stream>.Action
리턴 void

ForFolder() 공개 메소드

public ForFolder ( string folderName, Action onFound ) : void
folderName string
onFound Action
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LoadAssemblies() 공개 메소드

public LoadAssemblies ( IAssemblyRegistration loader ) : void
loader IAssemblyRegistration
리턴 void

PackageInfo() 공개 메소드

public PackageInfo ( PackageManifest manifest ) : System
manifest PackageManifest
리턴 System

RegisterAssemblyLocation() 공개 메소드

public RegisterAssemblyLocation ( string assemblyName, string filePath ) : void
assemblyName string
filePath string
리턴 void

RegisterFolder() 공개 메소드

public RegisterFolder ( string folderName, string directory ) : void
folderName string
directory string
리턴 void

RemoveAllAssemblies() 공개 메소드

public RemoveAllAssemblies ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string