Show / Hide Table of Contents

Class GlobalOptions

Global options that control all libgit2 operations in all repositories.

Inheritance
System.Object
GlobalOptions
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public static class GlobalOptions : object

Methods

| Improve this Doc View Source

GetSearchPath(ConfigurationLevel)

Declaration
public static string GetSearchPath(ConfigurationLevel level)
Parameters
Type Name Description
ConfigurationLevel level
Returns
Type Description
System.String
| Improve this Doc View Source

SetSearchPath(ConfigurationLevel, String)

Declaration
public static void SetSearchPath(ConfigurationLevel level, string paths)
Parameters
Type Name Description
ConfigurationLevel level
System.String paths
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX