C# Class F2F.Sandbox.TargetFolderBasedFileLocator

File locator that locates files from the target output directory (debug/rel/...). The folder is
Inheritance: FolderBasedFileLocator
Afficher le fichier Open project: apprenda/F2F.Sandbox

Méthodes publiques

Méthode Description
TargetFolderBasedFileLocator ( Type typeInRootNamespace ) : System

Creates a new instance looking up the target folder by resolving the given type's assembly location.

Method Details

TargetFolderBasedFileLocator() public méthode

Creates a new instance looking up the target folder by resolving the given type's assembly location.
public TargetFolderBasedFileLocator ( Type typeInRootNamespace ) : System
typeInRootNamespace System.Type
Résultat System