Method | Description | |
---|---|---|
CombineDirectory ( string absolute, string relative ) : string |
Combines a platform-specific absolute path with a platform-independent relative path that points to a directory.
|
|
CombineFile ( string absolute, string relative ) : string |
Combines a platform-specific absolute path with a platform-independent relative path that points to a file.
|
|
SetPackageLookupDirectories ( string names, string directories, object authentication ) : object |
Provides a list of package names and associated directories.
|
Method | Description | |
---|---|---|
IsAllPeriods ( string text ) : bool |
Checks whether the specified string consists only of periods.
|
|
ResolvePackageReference ( string &absolute, string &relative ) : void |
Resolves a package reference in the relative path and adjusts the absolute path if found.
|
public static CombineDirectory ( string absolute, string relative ) : string | ||
absolute | string | The platform-specific absolute path. |
relative | string | The platform-independent relative path. |
return | string |
public static CombineFile ( string absolute, string relative ) : string | ||
absolute | string | The platform-specific absolute path. |
relative | string | The platform-independent relative path. |
return | string |
public static SetPackageLookupDirectories ( string names, string directories, object authentication ) : object | ||
names | string | The list of names. |
directories | string | The list of fully qualified directories. |
authentication | object | A null reference on the first process-wide call to this function, otherwise the object returned by this function in the previous call. |
return | object |