AsposeVisualStudioPluginPdf.Core.GitHelper.getLocalRepositoryPath C# (CSharp) 메소드

getLocalRepositoryPath() 공개 정적인 메소드

public static getLocalRepositoryPath ( AsposeComponent component ) : string
component AsposeComponent
리턴 string
        public static string getLocalRepositoryPath(AsposeComponent component)
        {
            return AsposeComponentsManager.getAsposeHomePath() + "gitrepos" + "/" + component.get_name();
        }