C# Class NetIde.Update.PackageInstaller

Inheritance: PackageManager
ファイルを表示 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
PackageInstaller ( ContextName context, string packagePath ) : System

Private Methods

Method Description
ExtractMetadata ( ZipFile zipFile ) : PackageMetadata
GetPackageManifest ( string target ) : PackageManifest
PerformRegistration ( string packageId, string fileSystemRoot, INiPackage package ) : void
RemovePackage ( string packageId, string fileSystemRoot ) : string

Method Details

Execute() public method

public Execute ( ) : void
return void

PackageInstaller() public method

public PackageInstaller ( ContextName context, string packagePath ) : System
context ContextName
packagePath string
return System