Show / Hide Table of Contents

    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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.