C# Class UnityEditor.Scripting.Compilers.NuGetPackageResolver

Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
EnsureProjectLockFile ( string projectFile ) : bool
NuGetPackageResolver ( ) : System
Resolve ( ) : void

Private Methods

Method Description
ConvertToWindowsPath ( string path ) : string
GetPackagesPath ( ) : string

Method Details

EnsureProjectLockFile() public method

public EnsureProjectLockFile ( string projectFile ) : bool
projectFile string
return bool

NuGetPackageResolver() public method

public NuGetPackageResolver ( ) : System
return System

Resolve() public method

public Resolve ( ) : void
return void