C# Class F2F.Sandbox.TargetFolderBasedFileLocator

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

Public Methods

Method 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 method

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
return System