Method IsCandidateClassLibraryFile
IsCandidateClassLibraryFile(IFileInfo)
Tests whether the provided Microsoft.Extensions.FileProviders.IFileInfo instance may reference a class library candidate.
Declaration
protected virtual bool IsCandidateClassLibraryFile(IFileInfo path)
Parameters
Type |
Name |
Description |
Microsoft.Extensions.FileProviders.IFileInfo |
path |
The Microsoft.Extensions.FileProviders.IFileInfo instance to test. |
Returns
Type |
Description |
Boolean |
true if the provided path may reference a class library candidate, otherwise
false .
|