C# Class Bottles.PackageInfo

Inheritance: IPackageInfo
Afficher le fichier Open project: DarthFubuMVC/bottles Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AddAssembly ( Assembly assembly ) : void
AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void

Method Details

AddAssembly() protected méthode

protected AddAssembly ( Assembly assembly ) : void
assembly Assembly
Résultat void

AddAssembly() protected méthode

protected AddAssembly ( Bottles.AssemblyTarget assemblyTarget ) : void
assemblyTarget Bottles.AssemblyTarget
Résultat void

AddDependency() public méthode

public AddDependency ( Bottles.Dependency dependency ) : void
dependency Bottles.Dependency
Résultat void

Describe() public méthode

public Describe ( Description description ) : void
description Description
Résultat void

Equals() public méthode

public Equals ( PackageInfo other ) : bool
other PackageInfo
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ForFiles() public méthode

public ForFiles ( string directory, string searchPattern, Stream>.Action fileCallback ) : void
directory string
searchPattern string
fileCallback Stream>.Action
Résultat void

ForFolder() public méthode

public ForFolder ( string folderName, Action onFound ) : void
folderName string
onFound Action
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LoadAssemblies() public méthode

public LoadAssemblies ( IAssemblyRegistration loader ) : void
loader IAssemblyRegistration
Résultat void

PackageInfo() public méthode

public PackageInfo ( PackageManifest manifest ) : System
manifest PackageManifest
Résultat System

RegisterAssemblyLocation() public méthode

public RegisterAssemblyLocation ( string assemblyName, string filePath ) : void
assemblyName string
filePath string
Résultat void

RegisterFolder() public méthode

public RegisterFolder ( string folderName, string directory ) : void
folderName string
directory string
Résultat void

RemoveAllAssemblies() public méthode

public RemoveAllAssemblies ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string