C# Class FdoToolbox.Core.FdoAssemblyResolver

Helper class to locate FDO assemblies
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
InitializeFdo ( string path ) : void

Sets the path where FDO assemblies will be loaded.

IsValidFdoPath ( string path ) : bool

Checks if the given path is a valid path containing FDO assemblies

Method Details

InitializeFdo() public static method

Sets the path where FDO assemblies will be loaded.
public static InitializeFdo ( string path ) : void
path string
return void

IsValidFdoPath() public static method

Checks if the given path is a valid path containing FDO assemblies
public static IsValidFdoPath ( string path ) : bool
path string
return bool