프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ApplyIntegration | void | ||
ApplyVersionRestrictions | void | ||
CatalogSearch | void | ||
DeployInstance | string | ||
GetCatalogResults | IEnumerable |
||
Install | void | ||
MirrorSearch | void | ||
ParseReference | Requirements | ||
Solve | Selections | ||
Yield | void |
메소드 | 설명 | |
---|---|---|
AddPackageSource ( string uri ) : void | ||
Dispose ( ) : void | ||
DownloadPackage ( string fastPackageReference, string location ) : void | ||
FindPackage ( string name, string requiredVersion, string minimumVersion, string maximumVersion ) : void | ||
FindPackageBy ( string identifier ) : void | ||
GetInstalledPackages ( string name ) : void | ||
GetPackageDetails ( string fastPackageReference ) : void | ||
InstallPackage ( string fastPackageReference ) : void | ||
OneGetContext ( [ request ) : System |
Creates a new OneGet command.
|
|
RemovePackageSource ( string uri ) : void | ||
ResolvePackageSources ( ) : void | ||
UninstallPackage ( string fastPackageReference ) : void |
메소드 | 설명 | |
---|---|---|
ApplyIntegration ( Requirements requirements ) : void | ||
ApplyVersionRestrictions ( Requirements requirements, Selections selections ) : void | ||
CatalogSearch ( [ name, [ versionRange ) : void | ||
DeployInstance ( bool machineWide ) : string |
Deploys a Zero Install instance to this machine.
|
|
GetCatalogResults ( [ query ) : IEnumerable |
||
Install ( Requirements requirements ) : void | ||
MirrorSearch ( [ name, [ versionRange ) : void | ||
ParseReference ( string fastPackageReference ) : Requirements | ||
Solve ( Requirements requirements ) : Selections | ||
Yield ( [ requirements, [ feed = null, [ implementation = null ) : void |
public DownloadPackage ( string fastPackageReference, string location ) : void | ||
fastPackageReference | string | |
location | string | |
리턴 | void |
public FindPackage ( string name, string requiredVersion, string minimumVersion, string maximumVersion ) : void | ||
name | string | |
requiredVersion | string | |
minimumVersion | string | |
maximumVersion | string | |
리턴 | void |
public GetInstalledPackages ( string name ) : void | ||
name | string | |
리턴 | void |
public GetPackageDetails ( string fastPackageReference ) : void | ||
fastPackageReference | string | |
리턴 | void |
public InstallPackage ( string fastPackageReference ) : void | ||
fastPackageReference | string | |
리턴 | void |
public OneGetContext ( [ request ) : System | ||
request | [ | The OneGet request callback object. |
리턴 | System |
public UninstallPackage ( string fastPackageReference ) : void | ||
fastPackageReference | string | |
리턴 | void |