Skip to main content

ILocalRuntimeRepository

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Local

Represents a repository that is located on the local hard disk

public interface ILocalRuntimeRepository : IRuntimeRepository

Implements IRuntimeRepository

Properties

DirectoryPath

Returns the path of the directory that contains the repository

public abstract string DirectoryPath { get; }

Property Value

String