Method | Description | |
---|---|---|
AddDependency ( Bottles.Dependency dependency ) : void | ||
Describe ( Description description ) : void | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
ForFiles ( string directory, string searchPattern, Stream>.Action |
||
ForFolder ( string folderName, Action |
||
GetHashCode ( ) : int | ||
LoadAssemblies ( IAssemblyRegistration loader ) : void | ||
PackageInfo ( |
||
RegisterAssemblyLocation ( string assemblyName, string filePath ) : void | ||
RegisterFolder ( string folderName, string directory ) : void | ||
RemoveAllAssemblies ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AddAssembly ( Assembly assembly ) : void | ||
AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void |
protected AddAssembly ( Assembly assembly ) : void | ||
assembly | Assembly | |
return | void |
protected AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void | ||
assemblyTarget | Bottles.AssemblyTarget | |
return | void |
public AddDependency ( Bottles.Dependency dependency ) : void | ||
dependency | Bottles.Dependency | |
return | void |
public Describe ( Description description ) : void | ||
description | Description | |
return | void |
public ForFiles ( string directory, string searchPattern, Stream>.Action |
||
directory | string | |
searchPattern | string | |
fileCallback | Stream>.Action | |
return | void |
public ForFolder ( string folderName, Action |
||
folderName | string | |
onFound | Action |
|
return | void |
public LoadAssemblies ( IAssemblyRegistration loader ) : void | ||
loader | IAssemblyRegistration | |
return | void |
public PackageInfo ( |
||
manifest | ||
return | System |
public RegisterAssemblyLocation ( string assemblyName, string filePath ) : void | ||
assemblyName | string | |
filePath | string | |
return | void |
public RegisterFolder ( string folderName, string directory ) : void | ||
folderName | string | |
directory | string | |
return | void |