C# Class ScriptCs.Hosting.Package.PackageObject

Inheritance: IPackageObject
Datei anzeigen Open project: scriptcs/scriptcs

Public Methods

Method Description
GetCompatibleDlls ( FrameworkName frameworkName ) : IEnumerable
GetContentFiles ( ) : IEnumerable
PackageObject ( IPackage package, FrameworkName frameworkName ) : System
PackageObject ( string packageId ) : System

Method Details

GetCompatibleDlls() public method

public GetCompatibleDlls ( FrameworkName frameworkName ) : IEnumerable
frameworkName FrameworkName
return IEnumerable

GetContentFiles() public method

public GetContentFiles ( ) : IEnumerable
return IEnumerable

PackageObject() public method

public PackageObject ( IPackage package, FrameworkName frameworkName ) : System
package IPackage
frameworkName FrameworkName
return System

PackageObject() public method

public PackageObject ( string packageId ) : System
packageId string
return System